From 590f32698a7131186858e40a7e8ff01b7d249cee Mon Sep 17 00:00:00 2001 From: HotPotatoC Date: Fri, 24 Dec 2021 00:13:20 +0700 Subject: [PATCH] feat: bump version v2.0.0-beta.5 -> v2.0.0-beta.6 --- VERSION | 2 +- build/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7096349..cd32f3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.0-beta.5 \ No newline at end of file +v2.0.0-beta.6 \ No newline at end of file diff --git a/build/version.go b/build/version.go index 068fafb..129c8eb 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.5" +var Version = "v2.0.0-beta.6" // Build is the git commit of the build. var Build = "dev"