summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgr/docker/build_image.sh2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index 47bc0fb..fb56974 100755
--- a/mgr/docker/build_image.sh
+++ b/mgr/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.0.1"
+VERSION="1.1.0"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/version.properties b/version.properties
index 3e4a550..d7c69cd 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=1
-patch=1
+patch=0
base_version=${major}.${minor}.${patch}