dev version bump

This commit is contained in:
Ethan Buchman 2018-06-13 01:34:51 -07:00
parent 6967905690
commit 1b7396d487
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.20.0
*TBD*
## 0.19.0
*June 13, 2018*

View File

@ -1,15 +1,11 @@
//nolint
package version
// when updating these,
// remember to also update examples/basecoin/tests/cli/rpc.sh
// TODO improve
const Maj = "0"
const Min = "19"
const Min = "20"
const Fix = "0"
const Version = "0.19.0"
const Version = "0.20.0-dev"
// GitCommit set by build flags
var GitCommit = ""