diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-15 12:13:30 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-15 12:13:39 -0400 |
commit | 12bcb8d6e63d4b203c6ee6b78157e87a4f87c8c5 (patch) | |
tree | dd54d71fadd91f88817d8a744430843c8157dada | |
parent | 5026055a053ebb66869a9d2eddebfe7253b09621 (diff) |
fix version.properties to 1.1.0
Change-Id: Ia528b66a3d3bb0dae85c21b9198671a9f3612ee7
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 cdcd1e9ec..e2595ba14 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}
|