From 9a52f54539fa71f99ea869dbbdf32eb9166c0f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Ero=C4=9Flu?= Date: Sat, 17 Dec 2022 12:13:20 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version=20v0.11.3-beta=20=F0=9F=99=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- statics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statics.py b/statics.py index 6bba915..ef4d663 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, 3, "git"] +VERSION = [0, 11, 3, "beta"] VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1] """