Skip to content

Commit

Permalink
Bump version to 0.7.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Aug 18, 2017
1 parent 7533cd9 commit 8a43064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/cli/rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test01GetInsecure() {
INFO=$(${CLIENT_EXE} rpc info)
assertTrue "line=${LINENO}, get info" "$?"
DATA=$(echo $INFO | jq .response.data)
assertEquals "line=${LINENO}, basecoin info" '"Basecoin v0.6.1"' "$DATA"
assertEquals "line=${LINENO}, basecoin info" '"Basecoin v0.7.0-alpha"' "$DATA"
}

test02GetSecure() {
Expand Down
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package version

const Maj = "0"
const Min = "6"
const Fix = "2"
const Min = "7"
const Fix = "0"

const Version = "0.6.2"
const Version = "0.7.0-alpha"

0 comments on commit 8a43064

Please sign in to comment.