diff --git a/VERSION b/VERSION index 0704e8968..d72f26267 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.55.0 \ No newline at end of file +2.0.0-dev diff --git a/api/version.go b/api/version.go index 80cf70035..6f776b22d 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241030160437 +// File generated at: 20241030163145 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.55.0" +const Version = "2.0.0-dev"