diff --git a/assets/python/server/version.py b/assets/python/server/version.py index 4c469bc..856c9ea 100644 --- a/assets/python/server/version.py +++ b/assets/python/server/version.py @@ -1,2 +1,2 @@ -version = (0, 8, 0) +version = (0, 9, 1) version_info = '.'.join(str(c) for c in version)