Skip to content

Commit c32ce8d

Browse files
committed
Update VPA version.go to 1.6.0 for release
1 parent 50c3d3e commit c32ce8d

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)