diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 18:47:57 -0800 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-11-21 09:20:36 -0600 |
commit | 9de8f79a65046a655bac5984d52eb8831cd38e51 (patch) | |
tree | 6503f68433b5843da9b452df9498420eea236777 /version.properties | |
parent | 517c11d9dbc46ed5f9e443899b5e3204714599bf (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I7a10894837580ae898573156e47e31f32ae0d041
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 31680664..08f1f93f 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=1
-patch=2
+minor=2
+patch=0
base_version=${major}.${minor}.${patch}
|