diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2019-05-14 18:08:41 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-05-14 18:08:41 +0530 |
commit | 3ec4fe1a420c0bc440e433194c6c7e45e494787b (patch) | |
tree | 078a1bd3d532bee3b1403ade90e7c89742ef29b3 /version.properties | |
parent | b6a27e640cba472d090090e990fae8856a6871f3 (diff) |
Set version to 3.0.0
Issue-ID: CLI-129
Change-Id: I5e7ec06080210c547e65b1d11acbdf8fa6e1ec7e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.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 77e2b345..1c8df1f7 100644 --- a/version.properties +++ b/version.properties @@ -14,9 +14,9 @@ # Version used by Jenkins -major=2 +major=3 minor=0 -patch=6 +patch=0 base_version=${major}.${minor}.${patch} |