diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-15 12:15:19 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-15 12:15:25 -0400 |
commit | a7c9add1ded011a4f6da0583a3f806038fe4228e (patch) | |
tree | 22b06cd726d710dd13e8746ae8f122ca0186697d | |
parent | 998f0b341b0c75ddc5c2ae1fbe33202dcd3bb823 (diff) |
fix version.properties to 1.1.0
Change-Id: I23b58deb92198d5ef6ff59858a73304af85d1195
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index cdcd1e9e..e2595ba1 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
|