Skip to content

Commit

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

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

0 comments on commit 19ca35a

Please sign in to comment.