diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-10-09 14:52:52 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-10-09 14:53:51 +0530 |
commit | f45f4c6dcf0547c3076c428651c8cd1e3141e1f2 (patch) | |
tree | 9b23a4108a92196457a032a6bb5bb119d67e1ac9 | |
parent | a52f00e9d0af1181d3e9c87508789fb4ced022f5 (diff) |
Correct the version string
Issue-ID: CLI-164
Change-Id: I182d8e4322dfec633f2897f1096f59d10e011048
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 1c8df1f7..2a2f6ca4 100644 --- a/version.properties +++ b/version.properties @@ -14,7 +14,7 @@ # Version used by Jenkins -major=3 +major=4 minor=0 patch=0 |