diff --git a/statics.py b/statics.py index 7596f36..7049bc2 100644 --- a/statics.py +++ b/statics.py @@ -8,7 +8,7 @@ # Licensed under GNU/GPLv3 # Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) -VERSION = [0, 11, 0, "git"] +VERSION = [0, 11, 0, "beta"] VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1] """