diff --git a/VERSION b/VERSION index cd32f3e..d899a43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.0-beta.6 \ No newline at end of file +v2.0.0-beta.7 \ No newline at end of file diff --git a/build/version.go b/build/version.go index 129c8eb..eef50ff 100644 --- a/build/version.go +++ b/build/version.go @@ -1,7 +1,7 @@ package build // Version is the current version of the build. -var Version = "v2.0.0-beta.6" +var Version = "v2.0.0-beta.7" // Build is the git commit of the build. var Build = "dev"