From 8eaf658309295315d0f9faca03a1e1874b1e9e96 Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Tue, 22 Apr 2025 19:55:45 +1000 Subject: [PATCH] chore: bump version to v0.18.2 --- pkg/mutagen/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mutagen/version.go b/pkg/mutagen/version.go index 7922ffba..6d0de447 100644 --- a/pkg/mutagen/version.go +++ b/pkg/mutagen/version.go @@ -15,7 +15,7 @@ const ( // VersionMinor represents the current minor version of Mutagen. VersionMinor = 18 // VersionPatch represents the current patch version of Mutagen. - VersionPatch = 1 + VersionPatch = 2 // VersionTag represents a tag to be appended to the Mutagen version string. // It must not contain spaces. If empty, no tag is appended to the version // string.