Skip to content

Commit

Permalink
Merge pull request #7732 from jm-franc/master
Browse files Browse the repository at this point in the history
Update version.go for VPA 1.3.0 release
  • Loading branch information
k8s-ci-robot authored Jan 21, 2025
2 parents abf3e44 + a3bcef8 commit 5b08a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package common
var gitCommit = ""

// versionCore is the version of VPA.
const versionCore = "1.2.0"
const versionCore = "1.3.0"

// VerticalPodAutoscalerVersion returns the version of the VPA.
func VerticalPodAutoscalerVersion() string {
Expand Down

0 comments on commit 5b08a02

Please sign in to comment.