From 6e1c57fe56fd9d40a818dacbdea27b4015cabd59 Mon Sep 17 00:00:00 2001 From: Jacob Howard Date: Tue, 12 Feb 2019 18:59:46 +0200 Subject: [PATCH] Bumped version to v0.8.0-beta1. This commit bumps the version to v0.8.0-beta1. --- pkg/mutagen/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mutagen/version.go b/pkg/mutagen/version.go index 19ef51e5..37c6b307 100644 --- a/pkg/mutagen/version.go +++ b/pkg/mutagen/version.go @@ -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.