From 1e7a7649006c5e5b6679bc07b7ba0c4252cc6a01 Mon Sep 17 00:00:00 2001 From: Morten Torkildsen Date: Wed, 17 Jun 2020 13:22:11 -0700 Subject: [PATCH] Update VERSIONS file with latest versions of kyaml and cmd/config --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 2d697a6d2..641a5c11f 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -5,7 +5,7 @@ # kyaml version export kyaml_major=0 -export kyaml_minor=2 +export kyaml_minor=3 export kyaml_patch=0 # kstatus version @@ -20,7 +20,7 @@ export api_patch=0 # cmd/config version export cmd_config_major=0 -export cmd_config_minor=2 +export cmd_config_minor=3 export cmd_config_patch=0 # kustomize version