Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Sep 26, 2023
1 parent d960898 commit 43d3210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// so it can be modified at link time (e.g.
// `-ldflags "-X decred.org/vspd/version.preRelease=rc1"`).
// It must only contain characters from the semantic version alphabet.
var preRelease = "pre"
var preRelease = ""

func IsPreRelease() bool {
return preRelease != ""
Expand Down

0 comments on commit 43d3210

Please sign in to comment.