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