From 3335e189d646f3786eefabc894c71afa2a3390da Mon Sep 17 00:00:00 2001 From: Beata Skiba Date: Wed, 2 Oct 2019 13:25:28 +0200 Subject: [PATCH] VPA release 0.6.3 --- 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 69a16ccdfde5..909a7211a77c 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.6.2" +const VerticalPodAutoscalerVersion = "0.6.3"