diff --git a/statics.py b/statics.py index 0746678..820fcc3 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, 10, 0, "git"] +VERSION = [0, 10, 0, "beta"] VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1] """