We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91701b1 commit 53a18b4Copy full SHA for 53a18b4
version/version.go
@@ -25,7 +25,7 @@ const (
25
// so it can be modified at link time (e.g.
26
// `-ldflags "-X decred.org/vspd/version.PreRelease=rc1"`).
27
// It must only contain characters from the semantic version alphabet.
28
-var PreRelease = "pre"
+var PreRelease = ""
29
30
// String returns the application version as a properly formed string per the
31
// semantic versioning 2.0.0 spec (https://semver.org/).
0 commit comments