Prepare for next version

Change the version string everywhere, for the next release
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2016-01-06 00:30:10 +01:00
parent e7a8235d10
commit 262d92290f
6 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ def m(request, *args, **kwargs):
@application.route("/version/<id>")
def show_version(request, *args, **kwargs):
if kwargs["id"] == "relational":
return "2.2"
return "2.3"
return "No version"
@application.route('/feedback/<id>')