From db8bb0122fdb8fbe561b6c5312907d65186f6853 Mon Sep 17 00:00:00 2001 From: Beata Skiba Date: Mon, 10 Jun 2019 13:53:02 +0200 Subject: [PATCH] VPA version 0.6.0 --- 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 1abe79a656..bc0571e844 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.6.0"