Skip to content

Commit 22a0a91

Browse files
committed
all: bump version to v0.18.1
Signed-off-by: Jacob Howard <jacob@mutagen.io>
1 parent ada6a60 commit 22a0a91

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
@@ -15,7 +15,7 @@ const (
1515
// VersionMinor represents the current minor version of Mutagen.
1616
VersionMinor = 18
1717
// VersionPatch represents the current patch version of Mutagen.
18-
VersionPatch = 0
18+
VersionPatch = 1
1919
// VersionTag represents a tag to be appended to the Mutagen version string.
2020
// It must not contain spaces. If empty, no tag is appended to the version
2121
// string.

0 commit comments

Comments
 (0)