Skip to content
Snippets Groups Projects
Commit c028c0d2 authored by Christoffer Stoll's avatar Christoffer Stoll
Browse files

new version

parent b9be90b7
No related branches found
No related tags found
1 merge request!14new version - various bug fixes
......@@ -3,7 +3,7 @@ from flask_jwt_extended import create_access_token
import requests
version_endpoint = Blueprint('version', __name__)
current_version = "3.0.17"
current_version = "3.0.18"
@version_endpoint.route('/api/version', methods=['GET'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment