diff options
author | Charles Cole <cc847m@att.com> | 2017-11-21 10:44:57 -0600 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-11-21 10:50:32 -0600 |
commit | e73c82943d4a1e6dffd7712837d50e58c01bef7b (patch) | |
tree | abfae46f5663d7b35c26b187b57ba579e15d0c9b /version.properties | |
parent | a113a93c50514cbeaf7a79b56599bf4b345a8101 (diff) |
Bump minor version of version.properties
Changed version of version.properties from 1.1.2 to 1.2.0
Change-Id: I4d8eb4bdd52ae7d98627f28f0bca72443bfd23eb
Issue-ID: CIMAN-120
Signed-off-by: Charles Cole <cc847m@att.com>
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} |