Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Jan 26, 2021
1 parent 91701b1 commit 53a18b4
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 @@ -25,7 +25,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 53a18b4

Please sign in to comment.