Update VPA version.go to 1.5.0 for release
This commit is contained in:
parent
2b33c4c790
commit
a1ab8bc55f
|
@ -21,7 +21,7 @@ package common
|
|||
var gitCommit = ""
|
||||
|
||||
// versionCore is the version of VPA.
|
||||
const versionCore = "1.4.0"
|
||||
const versionCore = "1.5.0"
|
||||
|
||||
// VerticalPodAutoscalerVersion returns the version of the VPA.
|
||||
func VerticalPodAutoscalerVersion() string {
|
||||
|
|
Loading…
Reference in New Issue