Skip to content

Commit

Permalink
Bumped version to v0.13.0-beta4.
Browse files Browse the repository at this point in the history
This commit bumps the version to v0.13.0-beta4.

Signed-off-by: Jacob Howard <jacob@mutagen.io>
  • Loading branch information
xenoscopic committed Jan 13, 2022
1 parent dff1429 commit 359e269
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 @@ -19,7 +19,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 = "beta3"
VersionTag = "beta4"
)

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

0 comments on commit 359e269

Please sign in to comment.