dev version bump
This commit is contained in:
parent
6967905690
commit
1b7396d487
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.20.0
|
||||
|
||||
*TBD*
|
||||
|
||||
## 0.19.0
|
||||
|
||||
*June 13, 2018*
|
||||
|
|
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue