diff options
author | jmac <james.macnider@amdocs.com> | 2019-01-23 19:34:32 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2019-01-23 19:34:38 +0000 |
commit | d7b7398f1527be74dd279c66395c8518ac8d4e22 (patch) | |
tree | dc6389aa339c8f2da9ddef7d5c3e01b3264cd02e /version.properties | |
parent | 0bfedbcc8907a479ea86b8f04d4fb012ec2c9a29 (diff) |
Fix version to 1.4.0 for jenkins3.0.1-ONAP
Change-Id: I62c8b77db79a07170fe64b730fa52c8c59707f34
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-937
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 8b2aa75..611dff3 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=3
-patch=2
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}
|