Skip to content

Commit

Permalink
all: bump version to v0.18.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Howard <[email protected]>
  • Loading branch information
xenoscopic committed Oct 22, 2024
1 parent 8bb0d46 commit bf06a93
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 = "rc2"
VersionTag = "rc3"
)

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

0 comments on commit bf06a93

Please sign in to comment.