Skip to content

Commit

Permalink
Bumped version to v0.8.0-beta1.
Browse files Browse the repository at this point in the history
This commit bumps the version to v0.8.0-beta1.
  • Loading branch information
xenoscopic committed Feb 12, 2019
1 parent 3c6a291 commit 6e1c57f
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 @@ -18,7 +18,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 = "dev"
VersionTag = "beta1"
)

// Version provides a stringified version of the current Mutagen version.
Expand Down

0 comments on commit 6e1c57f

Please sign in to comment.