Make CA version on HEAD match k8s version in go.mod

This commit is contained in:
Daniel Kłobuszewski 2021-08-12 11:46:52 +02:00 committed by GitHub
parent 9482d47f7e
commit fcb0e665ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ limitations under the License.
package version
// ClusterAutoscalerVersion contains version of CA.
const ClusterAutoscalerVersion = "1.20.0"
const ClusterAutoscalerVersion = "1.23.0-alpha.0"