We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10274a commit d2e4508Copy full SHA for d2e4508
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 = "beta2"
+ VersionTag = "rc1"
23
)
24
25
// DevelopmentModeEnabled indicates that development mode is active. This is
0 commit comments