2017-07-06 02:30:03 -07:00
|
|
|
//nolint
|
2017-03-01 10:12:25 -08:00
|
|
|
package version
|
|
|
|
|
2017-10-11 20:44:40 -07:00
|
|
|
// when updating these,
|
|
|
|
// remember to also update examples/basecoin/tests/cli/rpc.sh
|
2017-10-31 15:51:44 -07:00
|
|
|
// TODO improve
|
2017-10-11 20:44:40 -07:00
|
|
|
|
2017-03-01 10:12:25 -08:00
|
|
|
const Maj = "0"
|
2018-05-01 10:58:50 -07:00
|
|
|
const Min = "16"
|
|
|
|
const Fix = "0"
|
2017-03-01 10:12:25 -08:00
|
|
|
|
2018-05-01 10:58:50 -07:00
|
|
|
const Version = "0.16.0-dev"
|
2018-01-18 03:37:54 -08:00
|
|
|
|
|
|
|
// GitCommit set by build flags
|
|
|
|
var GitCommit = ""
|