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 b93ff50 commit a8dad8bCopy full SHA for a8dad8b
pkg/mutagen/version.go
@@ -17,7 +17,7 @@ const (
17
// VersionMinor represents the current minor version of Mutagen.
18
VersionMinor = 10
19
// VersionPatch represents the current patch version of Mutagen.
20
- VersionPatch = 4
+ VersionPatch = 5
21
// VersionTag represents a tag to be appended to the Mutagen version string.
22
// It must not contain spaces. If empty, no tag is appended to the version
23
// string.
0 commit comments