summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deliveries/.env2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/deliveries/.env b/deliveries/.env
index 333eb9eb..05341411 100644
--- a/deliveries/.env
+++ b/deliveries/.env
@@ -38,7 +38,7 @@ CLI_IMG_NAME=onap/cli
# This is the first portion of the Docker image tag
# that is published to the ONAP registry.
-PORTAL_VERSION=3.3.0
+PORTAL_VERSION=3.4.0
# This is used during builds and in docker-compose;
# it is never published to the ONAP registry.
diff --git a/version.properties b/version.properties
index 2640898e..75658f78 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=3
-minor=3
+minor=4
patch=0
base_version=${major}.${minor}.${patch}