From 96782d9584829e46dd05ed0f26e66b7245478fc9 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 2 Apr 2020 11:32:25 -0700 Subject: [PATCH] release kyaml 0.1.4 --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 82875c331..57e403f75 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,7 +6,7 @@ # kyaml version export kyaml_major=0 export kyaml_minor=1 -export kyaml_patch=3 +export kyaml_patch=4 # 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=3 +export cmd_config_patch=4 # cmd/kubectl version export cmd_kubectl_major=0