diff options
-rw-r--r-- | robotframework-onap/setup.cfg | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg index 846efc7..957e53f 100644 --- a/robotframework-onap/setup.cfg +++ b/robotframework-onap/setup.cfg @@ -2,7 +2,7 @@ name = robotframework-onap author = Daniel Rose author_email = dr695h@att.com -version = 7.0.2 +version = 10.0.0 home-page = https://github.com/onap/testsuite-python-testing-utils classifier = Development Status :: 4 - Beta diff --git a/version.properties b/version.properties index 0ee2dd3..3a473a6 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=1 -minor=6 +major=10 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |