Skip to content

Commit

Permalink
Merge pull request #346 from mutagen-io/v14-final
Browse files Browse the repository at this point in the history
all: bump version to v0.14.0
  • Loading branch information
xenoscopic committed Apr 23, 2022
2 parents 50cfa39 + 65e091a commit 4f8d812
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 = "beta1"
VersionTag = ""
// DevelopmentModeEnabled indicates that development mode is active.
DevelopmentModeEnabled = VersionTag == "dev"
)
Expand Down

0 comments on commit 4f8d812

Please sign in to comment.