diff --git a/pkg/mutagen/version.go b/pkg/mutagen/version.go index 7922ffba..6d0de447 100644 --- a/pkg/mutagen/version.go +++ b/pkg/mutagen/version.go @@ -15,7 +15,7 @@ const ( // VersionMinor represents the current minor version of Mutagen. VersionMinor = 18 // VersionPatch represents the current patch version of Mutagen. - VersionPatch = 1 + VersionPatch = 2 // 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.