Skip to content

Commit

Permalink
all: bump version to v0.18.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Howard <jacob@mutagen.io>
  • Loading branch information
xenoscopic committed Oct 18, 2024
1 parent 3f2eb76 commit 89afc82
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 @@ -19,7 +19,7 @@ const (
// 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.
VersionTag = "rc1"
VersionTag = "rc2"
)

// DevelopmentModeEnabled indicates that development mode is active. This is
Expand Down

0 comments on commit 89afc82

Please sign in to comment.