Skip to content

Commit 9e2d53f

Browse files
chore: Update version to 1.8.0
1 parent 931127b commit 9e2d53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/server_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import jsonify, Blueprint
22

3-
SERVER_VERSION = '1.7.0'
3+
SERVER_VERSION = '1.8.0'
44

55
info_route = Blueprint('info', __name__)
66
_build = {'version': SERVER_VERSION}

0 commit comments

Comments
 (0)