From 3f417c7b5b146ea890ba23f9c52d0e7e9064576f Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Fri, 10 Jan 2020 14:16:09 -0800 Subject: [PATCH] increment api patch release to 0.3.2 --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index e66c2c3e9..72b345270 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -1,7 +1,7 @@ #!/usr/bin/env bash # VERSIONS contains the release versions of each kustomize go module -# update this file and run releaseall.sh to cut a new release +# update this file and run releasemodule.sh to cut a new release # kyaml version export kyaml_major=0 @@ -16,7 +16,7 @@ export kstatus_patch=1 # kustomize api version export api_major=0 export api_minor=3 -export api_patch=1 +export api_patch=2 # cmd/config version export cmd_config_major=0