diff --git a/pkg/mutagen/version.go b/pkg/mutagen/version.go index 81fc131c..0c9ec447 100644 --- a/pkg/mutagen/version.go +++ b/pkg/mutagen/version.go @@ -19,7 +19,7 @@ const ( // VersionTag represents a tag to be appended to the Mutagen version string. // It must not contain spaces. If empty, no tag is appended to the version // string. - VersionTag = "rc3" + VersionTag = "" ) // DevelopmentModeEnabled indicates that development mode is active. This is