Skip to content

Commit fd37963

Browse files
committed
Bump v0.11.2-beta
1 parent dcb804b commit fd37963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Licensed under GNU/GPLv3
99
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]>
1010

11-
VERSION = [0, 11, 2, "git"]
11+
VERSION = [0, 11, 2, "beta"]
1212
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
1313

1414
"""

0 commit comments

Comments
 (0)