diff --git a/VERSION b/VERSION index f0df1f7d5..932bbb65f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.2 \ No newline at end of file +1.13.3-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 3511d3034..19c9865df 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230310151601 +// File generated at: 20230310162844 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.13.2" +const Version = "1.13.3-dev"