diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2020-02-21 13:53:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-21 13:53:42 +0000 |
commit | 660d176a6096a38cb9854bbb49b3607bc8795c16 (patch) | |
tree | 60d2d962d4d0733df122febde7f90863a59669b3 /version.properties | |
parent | 98c3b18eadc2df0cd72ad27b6047aea010663162 (diff) | |
parent | f8c3105b8bdefa62c18549085d0cda5e1209957e (diff) |
Merge "bump the SO version for F"
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 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} |