From 218880cdd9b08a1ea9b5eb391aa461b2ce0c9420 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Thu, 30 Apr 2020 15:51:49 -0700 Subject: [PATCH] kyaml 0.1.8, cmd/config 0.1.7 --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 9564660ec..d24a007fa 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,7 +6,7 @@ # kyaml version export kyaml_major=0 export kyaml_minor=1 -export kyaml_patch=7 +export kyaml_patch=8 # kstatus version export kstatus_major=0 @@ -21,7 +21,7 @@ export api_patch=3 # cmd/config version export cmd_config_major=0 export cmd_config_minor=1 -export cmd_config_patch=6 +export cmd_config_patch=7 # cmd/kubectl version export cmd_kubectl_major=0