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 92529a4 commit 82f5982Copy full SHA for 82f5982
version/version.go
@@ -29,12 +29,12 @@ const Integer = 1000000*Major + 10000*Minor + 100*Patch
29
// so it can be modified at link time (e.g.
30
// `-ldflags "-X decred.org/dcrwallet/v3/version.PreRelease=rc1"`).
31
// It must only contain characters from the semantic version alphabet.
32
-var PreRelease = "pre"
+var PreRelease = ""
33
34
// BuildMetadata defines additional build metadata. It is modified at link time
35
// for official releases. It must only contain characters from the semantic
36
// version alphabet.
37
-var BuildMetadata = ""
+var BuildMetadata = "release.local"
38
39
func init() {
40
if BuildMetadata == "" {
0 commit comments