diff --git a/pkg/mutagen/version.go b/pkg/mutagen/version.go index 0e36148d..29f092d4 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 = "rc1" + VersionTag = "rc2" ) // DevelopmentModeEnabled indicates that development mode is active. This is