From 76e72ada162d97edf08f30fffaf8f6eaf6cb9019 Mon Sep 17 00:00:00 2001 From: Rhomel Chinsio Date: Fri, 6 Mar 2020 09:56:34 +0900 Subject: [PATCH] increment api patch release to 0.3.3 Context: https://github.com/kubernetes-sigs/kustomize/pull/2249#issuecomment-595436980 Increased the patch version. But perhaps the minor version should increase instead since this is technically not a bug? Let me know if patch increment is sufficient in this case. --- releasing/VERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 7c841c0cd..d438b22e5 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -16,7 +16,7 @@ export kstatus_patch=1 # kustomize api version export api_major=0 export api_minor=3 -export api_patch=2 +export api_patch=3 # cmd/config version export cmd_config_major=0