Change to rc6

This commit is contained in:
Ori Newman 2024-09-16 13:38:58 +03:00
parent 484c17ebb1
commit d233164852

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 = "rc5"
var appBuild string = "rc6"
var version = "" // string used for memoization of version