diff options
author | 2018-11-19 11:07:28 +0200 | |
---|---|---|
committer | 2018-11-19 11:57:41 +0200 | |
commit | b2a32bc6aefa3c2dbb5c5e2f45104d5a5a112a50 (patch) | |
tree | 1e9e34c290194741e30343eef7c788845725f272 /version.properties | |
parent | b9540bd120416956a8a0b58fee04d04c465cb1ae (diff) |
Bumped up version to 1.4.0
Change-Id: Id14a7529f92a37c03620fc112532e8a36ca7234a
Issue-ID: SDC-1920
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
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 09699482..668657e9 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} |