Skip to content

Commit 2414b7d

Browse files
authored
Merge pull request mutagen-io#520 from mutagen-io/v018-development
all: bump version to v0.18.0
2 parents e163721 + 19ca35a commit 2414b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mutagen/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
// VersionTag represents a tag to be appended to the Mutagen version string.
2020
// It must not contain spaces. If empty, no tag is appended to the version
2121
// string.
22-
VersionTag = "rc3"
22+
VersionTag = ""
2323
)
2424

2525
// DevelopmentModeEnabled indicates that development mode is active. This is

0 commit comments

Comments
 (0)