diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2022-03-07 22:15:43 +0530 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2022-03-07 16:46:52 +0000 |
commit | d43d6ffeae3fce32ca862665b34be20d611bec15 (patch) | |
tree | bf764f390adfbfb264cb24fd03b35b244121cba0 | |
parent | 74b8d1c4f50ce2a2566607e62d65f466dd25b675 (diff) |
bump the version for the SO core to Jakarta
Issue-ID: SO-3848
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: I7070bfc511d79b8a68d2079551829c397f24909f
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index ccc7b6172b..a9271e1c21 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=9 -patch=2 +minor=10 +patch=0 base_version=${major}.${minor}.${patch} |