We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb804b commit fd37963Copy full SHA for fd37963
statics.py
@@ -8,7 +8,7 @@
8
# Licensed under GNU/GPLv3
9
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]>
10
11
-VERSION = [0, 11, 2, "git"]
+VERSION = [0, 11, 2, "beta"]
12
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
13
14
"""
0 commit comments