From a1ab8bc55ffefaf3a8272e55632952761b8bb42d Mon Sep 17 00:00:00 2001
From: Ray Wainman <rwainman@google.com>
Date: Mon, 12 May 2025 17:25:21 -0400
Subject: [PATCH] Update VPA version.go to 1.5.0 for release

---
 vertical-pod-autoscaler/common/version.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertical-pod-autoscaler/common/version.go b/vertical-pod-autoscaler/common/version.go
index 06a88725a6..f7f1fb271f 100644
--- a/vertical-pod-autoscaler/common/version.go
+++ b/vertical-pod-autoscaler/common/version.go
@@ -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 {
-- 
GitLab