Skip to content

Commit

Permalink
all: bump version to v0.17.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Howard <jacob@mutagen.io>
  • Loading branch information
xenoscopic committed Jan 30, 2024
1 parent 8e04d2b commit 04b1614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mutagen/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
// VersionMinor represents the current minor version of Mutagen.
VersionMinor = 17
// VersionPatch represents the current patch version of Mutagen.
VersionPatch = 4
VersionPatch = 5
// 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.
Expand Down

0 comments on commit 04b1614

Please sign in to comment.