From 2e5222f8e24a2fe67355980e06bd27053e76e153 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Tue, 14 Jan 2020 06:40:57 -0800 Subject: [PATCH] release kyaml 0.0.7 and cmd/config 0.0.8 --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index eb8d1f841..20b5411c0 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,7 +6,7 @@ # kyaml version export kyaml_major=0 export kyaml_minor=0 -export kyaml_patch=6 +export kyaml_patch=7 # kstatus version export kstatus_major=0 @@ -21,7 +21,7 @@ export api_patch=2 # cmd/config version export cmd_config_major=0 export cmd_config_minor=0 -export cmd_config_patch=7 +export cmd_config_patch=8 # cmd/kubectl version export cmd_kubectl_major=0