Move changes to branch and update version

This commit is contained in:
Tim 2020-06-20 11:25:44 +01:00
parent 3281f241fa
commit 2574cd910d
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def start() -> None:
Instantiate and run the tests.
:return:
"""
print_text('OpenLP - API Test Runner V0_1')
print_text('OpenLP - API Test Runner V0_2')
print_text('Check OpenLP is running')
op_address, op_http_port = check_for_openlp('http')
if not op_http_port: