diff options
Diffstat (limited to 'deployments/build.sh')
-rwxr-xr-x | deployments/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh index 1b00b074..97d0b12d 100755 --- a/deployments/build.sh +++ b/deployments/build.sh @@ -13,7 +13,7 @@ set -o pipefail k8s_path="$(git rev-parse --show-toplevel)" -VERSION="0.8.1-SNAPSHOT" +VERSION="0.9.0-SNAPSHOT" export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s" function _compile_src { |