mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
increment api patch release to 0.3.2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user