From e00f8f2077662f74c3d96f858959acacf5c2751b Mon Sep 17 00:00:00 2001 From: "Beata Lach (Skiba)" Date: Tue, 3 Mar 2020 15:34:49 +0100 Subject: [PATCH] Vertical Pod Autosclaler version 0.7.1 --- 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 882eafc8509e..6cfbf3625aa3 100644 --- a/vertical-pod-autoscaler/common/version.go +++ b/vertical-pod-autoscaler/common/version.go @@ -17,4 +17,4 @@ limitations under the License. package common // VerticalPodAutoscalerVersion is the version of VPA. -const VerticalPodAutoscalerVersion = "0.7.0" +const VerticalPodAutoscalerVersion = "0.7.1"