We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca94c9 commit 03f2d5fCopy full SHA for 03f2d5f
pkg/mutagen/version.go
@@ -21,7 +21,7 @@ const (
21
// VersionTag represents a tag to be appended to the Mutagen version string.
22
// It must not contain spaces. If empty, no tag is appended to the version
23
// string.
24
- VersionTag = "dev"
+ VersionTag = "alpha1"
25
)
26
27
// Version provides a stringified version of the current Mutagen version.
0 commit comments