From 497f3b3a1c033a9e19f72af81dc704726a0bea4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Ero=C4=9Flu?= Date: Wed, 20 Apr 2022 03:24:45 +0300 Subject: [PATCH] Bump v0.11.1-beta --- statics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statics.py b/statics.py index 7585ed7..36d4ea5 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, 1, "git"] +VERSION = [0, 11, 1, "beta"] VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1] """