Skip to content

Commit

Permalink
Bump version to 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkolb committed Mar 18, 2018
1 parent 39f9ac1 commit a9a8511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion installer/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 'wget -qO- https://get.bw2.io/spawnpoint | sh'

set -e
REL="1.0.0-RC1"
REL="1.0.0-RC2"

command_exists() {
command -v "$@" > /dev/null 2>&1
Expand Down Expand Up @@ -109,6 +109,8 @@ if [ ! -e /etc/spawnd/config.yml ]; then
memory: {{memory}}
cpuShares: {{cpuShares}}
bw2Agent: 172.17.0.1:28589
enableHostNetworking: false
enableDeviceMapping: false
EOF

entity=''
Expand Down
2 changes: 1 addition & 1 deletion spawnd/util/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package util

const VersionNum = "1.0.0-RC1"
const VersionNum = "1.0.0-RC2"

0 comments on commit a9a8511

Please sign in to comment.