Bump version to 3.16.0 (#7247)

This commit is contained in:
Armel Soro
2024-06-17 11:46:46 +02:00
committed by GitHub
parent cf2e64a827
commit 167aec1892
27 changed files with 27 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ set +ex
echo "Reading ODO_VERSION, ODO_RELEASE and GIT_COMMIT env, if they are set"
# Change version as needed. In most cases ODO_RELEASE would not be touched unless
# we want to do a re-lease of same version as we are not backport
export ODO_VERSION=${ODO_VERSION:=3.15.0}
export ODO_VERSION=${ODO_VERSION:=3.16.0}
export ODO_RELEASE=${ODO_RELEASE:=1}
export GIT_COMMIT=${GIT_COMMIT:=$(git describe --no-match --always --abbrev=9 --dirty --broken 2>/dev/null || git rev-parse --short HEAD 2>/dev/null)}