diff options
author | 2025-02-07 16:19:05 +0530 | |
---|---|---|
committer | 2025-02-07 16:36:11 +0530 | |
commit | 625f0c81eda3ce1c7a055f774f811661bd0775c8 (patch) | |
tree | cc991c5b9a77fa7eb1629cfc705397d79f0e5a61 /version.properties | |
parent | df357f729c3109055a80126bc011618beec83126 (diff) |
Update version to 1.14.0-SNAPSHOT
- Bump version to 1.14.0-SNAPSHOT
Issue-ID: SDC-4713
Change-Id: Icdcfe3c441961a63f3f99bb4f44b594094a086a4
Signed-off-by: Jinendra Lodha <jinendra.lodha@accenture.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/version.properties b/version.properties index e1af5b915c..dae27a27ef 100644 --- a/version.properties +++ b/version.properties @@ -1,13 +1,11 @@ + ########################################################### # Versioning variables # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support - major=1 -minor=13 -patch=9 - +minor=14 +patch=0 base_version=${major}.${minor}.${patch} - release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |