Skip to content

Commit 03f2d5f

Browse files
committed
Bumped version to v0.12.0-alpha1.
This commit bumps the version to v0.12.0-alpha1. Signed-off-by: Jacob Howard <jacob@havoc.io>
1 parent 2ca94c9 commit 03f2d5f

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 = "dev"
24+
VersionTag = "alpha1"
2525
)
2626

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

0 commit comments

Comments
 (0)