Skip to content

Commit 020a5ea

Browse files
committed
Revert "Bumped version to v0.10.5."
This reverts commit a8dad8b. Signed-off-by: Jacob Howard <jacob@havoc.io>
1 parent a8dad8b commit 020a5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mutagen/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
// VersionMinor represents the current minor version of Mutagen.
1818
VersionMinor = 10
1919
// VersionPatch represents the current patch version of Mutagen.
20-
VersionPatch = 5
20+
VersionPatch = 4
2121
// VersionTag represents a tag to be appended to the Mutagen version string.
2222
// It must not contain spaces. If empty, no tag is appended to the version
2323
// string.

0 commit comments

Comments
 (0)