Skip to content

Commit

Permalink
Change to rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Sep 16, 2024
1 parent 484c17e commit d233164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d233164

Please sign in to comment.