Bump version to 3.16.1

This is to try a workaround for an internal build issue
This commit is contained in:
Armel Soro
2024-06-18 08:53:18 +02:00
parent 167aec1892
commit cd346c5e6c
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.16.0}
export ODO_VERSION=${ODO_VERSION:=3.16.1}
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)}