diff --git a/VERSION b/VERSION index 81566e4e2..c130a67bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.27.0 \ No newline at end of file +0.27.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 781a98b9b..b9a9f97ed 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220310194531 +// File generated at: 20220310202010 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.27.0" +const Version = "0.27.1-dev"