We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764d30f commit cf79993Copy full SHA for cf79993
pkg/mutagen/version.go
@@ -15,7 +15,7 @@ const (
15
// VersionMinor represents the current minor version of Mutagen.
16
VersionMinor = 18
17
// VersionPatch represents the current patch version of Mutagen.
18
- VersionPatch = 1
+ VersionPatch = 2
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.
0 commit comments