update version

This commit is contained in:
Ori Newman 2024-09-13 13:28:05 +03:00
parent 4bb06f5242
commit 0c51953dc1

View File

@ -11,13 +11,13 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 12
appPatch uint = 17
appPatch uint = 18
)
// appBuild is defined as a variable so it can be overridden during the build
// process with '-ldflags "-X github.com/kaspanet/kaspad/version.appBuild=foo"' if needed.
// It MUST only contain characters from validCharacters.
var appBuild string
var appBuild string = "rc1"
var version = "" // string used for memoization of version