Skip to content

Commit a6eaf38

Browse files
committed
Bumped version to v0.11.0.
This commit bumps the version to v0.11.0. Signed-off-by: Jacob Howard <jacob@havoc.io>
1 parent deea84a commit a6eaf38

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
@@ -21,7 +21,7 @@ const (
2121
// VersionTag represents a tag to be appended to the Mutagen version string.
2222
// It must not contain spaces. If empty, no tag is appended to the version
2323
// string.
24-
VersionTag = "rc1"
24+
VersionTag = ""
2525
)
2626

2727
// Version provides a stringified version of the current Mutagen version.

0 commit comments

Comments
 (0)