diff --git a/VERSION b/VERSION index 4afb1d2b8..d79ada122 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.38.0 \ No newline at end of file +1.38.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 04568193b..aa584b3aa 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20231109202147 +// File generated at: 20231109225808 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.38.0" +const Version = "1.38.1-dev"