Skip to content

Commit 45d513d

Browse files
authored
Merge pull request #8499 from kamarabbas99/release-process
Update VPA version.go to 1.6.0 for release
2 parents 50c3d3e + c32ce8d commit 45d513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package common
2121
var gitCommit = ""
2222

2323
// versionCore is the version of VPA.
24-
const versionCore = "1.5.0"
24+
const versionCore = "1.6.0"
2525

2626
// VerticalPodAutoscalerVersion returns the version of the VPA.
2727
func VerticalPodAutoscalerVersion() string {

0 commit comments

Comments
 (0)