From 3b2b8e97a01025a5d4548fa7b90e7bbb77fd5146 Mon Sep 17 00:00:00 2001 From: HotPotatoC Date: Fri, 24 Dec 2021 01:36:38 +0700 Subject: [PATCH] feat: bump version v2.0.0-beta.6 -> v2.0.0-beta.7 --- VERSION | 2 +- build/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"