diff options
author | jmac <james.macnider@amdocs.com> | 2019-01-23 19:21:27 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2019-01-23 19:21:34 +0000 |
commit | 4a64c468031048c35fd82ed074040a21868d4ee6 (patch) | |
tree | 9d69b093a3821f02d8119137a06c4175ed72c207 /version.properties | |
parent | 3e0f43bbe8c039857888daef3c32b2e66940cba8 (diff) |
fixed versioning to 1.4.0 for Jenkins
Change-Id: Id4709d0a4e422d1b614e17bf4fbad8db54ae609a
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 6456604..668657e 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=4 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |