From cee7cb6589945d6f445aa23eb7864de1784033ed Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Wed, 19 Feb 2020 15:01:14 -0800 Subject: [PATCH] release cmd/config and kyaml 0.0.12 --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 35744918e..ffac7d0de 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,7 +6,7 @@ # kyaml version export kyaml_major=0 export kyaml_minor=0 -export kyaml_patch=11 +export kyaml_patch=12 # 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=11 +export cmd_config_patch=12 # cmd/kubectl version export cmd_kubectl_major=0