From 82a05738f0faafd5294360541fa21c5b32e14485 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 22 May 2020 17:09:17 -0700 Subject: [PATCH] kustomize api v0.4.0 --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 46119626a..9083818dc 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -15,8 +15,8 @@ export kstatus_patch=1 # kustomize api version export api_major=0 -export api_minor=3 -export api_patch=3 +export api_minor=4 +export api_patch=0 # cmd/config version export cmd_config_major=0