diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-08-05 09:00:17 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-08-05 09:09:09 +0200 |
commit | 0d39f06a571e48ee3c8a05aca0c244d2595468e8 (patch) | |
tree | 69b66a942cd4d5f8da359febcc38b97f4a07c9f8 | |
parent | 439744835248a0c10d22ad777a0b2fbc42331d47 (diff) |
Bump the version for the SO core to Kohn
Issue-ID: SO-3980
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I150bf8940013790aa67e1c0a08ffe32337031bb0
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index a9271e1c21..f6bcc5a3a1 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=10 +minor=11 patch=0 base_version=${major}.${minor}.${patch} |