diff --git a/VERSION b/VERSION index 9bc79bb4a..967b33ffb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.7-release \ No newline at end of file +0.2.7 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 6ba1fd6db..77a1e6359 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20201112221703 +// File generated at: 20201112224935 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.2.7-release" +const Version = "0.2.7"