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 e293116 commit d190a83Copy full SHA for d190a83
internal/version/version.go
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2020 The Decred developers
+// Copyright (c) 2020-2025 The Decred developers
2
// Use of this source code is governed by an ISC
3
// license that can be found in the LICENSE file.
4
@@ -26,7 +26,7 @@ const (
26
// so it can be modified at link time (e.g.
27
// `-ldflags "-X decred.org/vspd/version.preRelease=rc1"`).
28
// It must only contain characters from the semantic version alphabet.
29
-var preRelease = "pre"
+var preRelease = ""
30
31
func IsPreRelease() bool {
32
return preRelease != ""
0 commit comments