From: jinquanni Date: Fri, 17 Sep 2021 10:03:18 +0000 (+0800) Subject: Bumped the version no. to 1.3.0 X-Git-Tag: 1.3.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=msb%2Fapigateway.git;a=commitdiff_plain;h=f163a51a1ec9e4078b9c4fa5b653945681bd1a40 Bumped the version no. to 1.3.0 Bumped the gateway version Issue-ID: MSB-610 Signed-off-by: jinquanni Change-Id: I3322248c77cfe2dc3e81e14601cc61cb8570d948 --- diff --git a/version.properties b/version.properties index eb0d49c..7d6815b 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=2 -patch=8 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT