diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 17:00:00 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 17:00:00 -0800 |
commit | 25de7f62a003e712909fa55df9d8d0a87fa7689b (patch) | |
tree | 549a0c2b7c89d484689de6eab76e6c231d2d42b9 /version.properties | |
parent | 8330923db923414eef5413acb2ac977b39f7ca46 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ie5e3fae8d8ace1acc56e595cbb5ef055842c8057
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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 325432a..faf06bb 100644 --- a/version.properties +++ b/version.properties @@ -3,11 +3,11 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT |