diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-04 10:00:52 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-04 10:02:11 +0530 |
commit | d5bc8bfc2960250ab3c120a3b52d450f907ce5ca (patch) | |
tree | 33305a5d1ec0c8dc47dc38f74c2096e8578fef55 | |
parent | b49b2acb182f93656548b0b09f72ed5918f5d88f (diff) |
Set the version 1.1.0
In Amesterdam release, to make the deployment very simple
increasing the version to 1.1.0 from 1.0.0
CLI-14
Change-Id: Ie102bb13770ff42067b826bdfb2633cf7fd6cc3f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index bf3f0bf1..0424f622 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,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} |