We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e163721 + 19ca35a commit 2414b7dCopy full SHA for 2414b7d
pkg/mutagen/version.go
@@ -19,7 +19,7 @@ const (
19
// VersionTag represents a tag to be appended to the Mutagen version string.
20
// It must not contain spaces. If empty, no tag is appended to the version
21
// string.
22
- VersionTag = "rc3"
+ VersionTag = ""
23
)
24
25
// DevelopmentModeEnabled indicates that development mode is active. This is
0 commit comments