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.
This commit is contained in:
Rhomel Chinsio
2020-03-06 09:56:34 +09:00
committed by GitHub
parent 0571f13da1
commit 76e72ada16

View File

@@ -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