Skip to content

Commit ebc7cf8

Browse files
committed
Version step
1 parent fd37963 commit ebc7cf8

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, "beta"]
11+
VERSION = [0, 11, 3, "git"]
1212
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
1313

1414
"""

0 commit comments

Comments
 (0)