diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 18:38:53 -0800 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-11-21 09:09:47 -0600 |
commit | 34d39e9f96bdb9555cb4235fb91b030ad93afc0d (patch) | |
tree | b6f31de5969646917746256927ed0d039cd48c17 /version.properties | |
parent | 18915e2b8f282ab07b02eec6feb12f6790f58b8e (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I95eba101b459e466bebca385c7a5ea1b686da0bb
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 c0fa9d52..faf06bbb 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} |