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