//nolint package version // when updating these, // remember to also update examples/basecoin/tests/cli/rpc.sh // TODO improve const Maj = "0" const Min = "15" const Fix = "1" const Version = "0.15.1" // GitCommit set by build flags var GitCommit = ""