From 60ef58f770d88aa22b900d68be1c43a525724e03 Mon Sep 17 00:00:00 2001 From: Beata Skiba Date: Thu, 25 Apr 2019 11:48:07 +0200 Subject: [PATCH] Vertical Pod Autoscaler version 0.5.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 1abe79a65631..c9d46a324e36 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.5.0" +const VerticalPodAutoscalerVersion = "0.5.1"