Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Jun 14, 2023
1 parent a06a62b commit 86c25ac
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 @@ -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 = ""

// String returns the application version as a properly formed string per the
// semantic versioning 2.0.0 spec (https://semver.org/).
Expand Down

0 comments on commit 86c25ac

Please sign in to comment.