We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e58ed commit 21745e6Copy full SHA for 21745e6
pkg/mutagen/version.go
@@ -15,7 +15,7 @@ const (
15
// VersionMinor represents the current minor version of Mutagen.
16
VersionMinor = 17
17
// VersionPatch represents the current patch version of Mutagen.
18
- VersionPatch = 4
+ VersionPatch = 5
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