increment api patch release to 0.3.2

This commit is contained in:
Jeffrey Regan
2020-01-10 14:16:09 -08:00
parent 118ba7eefe
commit 3f417c7b5b

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# VERSIONS contains the release versions of each kustomize go module # 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 # kyaml version
export kyaml_major=0 export kyaml_major=0
@@ -16,7 +16,7 @@ export kstatus_patch=1
# kustomize api version # kustomize api version
export api_major=0 export api_major=0
export api_minor=3 export api_minor=3
export api_patch=1 export api_patch=2
# cmd/config version # cmd/config version
export cmd_config_major=0 export cmd_config_major=0