diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2020-02-21 17:59:28 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2020-02-21 17:59:28 +0530 |
commit | f8c3105b8bdefa62c18549085d0cda5e1209957e (patch) | |
tree | df87b4589458dfd5ae87cf3817a9d65085a7a37e | |
parent | 4e6227a98b2fe5b3c6ae78f5fc3d4d0553b119c1 (diff) |
bump the SO version for F
Issue-ID: SO-2519
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I983562ff7180e43092eaab9234a40ca1836eae27
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 9eb3b93ac9..a0756adf2b 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=5 -patch=3 +minor=6 +patch=0 base_version=${major}.${minor}.${patch} |