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 a8dad8b commit 020a5eaCopy full SHA for 020a5ea
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 = 5
+ VersionPatch = 4
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