From b4c14c1393531d734cdfd79f179c61839db3d831 Mon Sep 17 00:00:00 2001 From: HotPotatoC Date: Mon, 29 Nov 2021 18:23:06 +0700 Subject: [PATCH] feat: bump version v2.0.0-beta.4 -> v2.0.0-beta.5 --- VERSION | 2 +- build/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b755611..7096349 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.0-beta.4 \ No newline at end of file +v2.0.0-beta.5 \ No newline at end of file diff --git a/build/version.go b/build/version.go index 3d1265e..068fafb 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.4" +var Version = "v2.0.0-beta.5" // Build is the git commit of the build. var Build = "dev"