remove patch version

This commit is contained in:
Michael Sutton 2024-10-22 12:19:27 +03:00
parent 707b3a159e
commit 09c6bd05f9

View File

@ -17,7 +17,7 @@ const (
// 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 = "rc7"
var appBuild string
var version = "" // string used for memoization of version