From 8838975d1647573be1d92d93ef78831785711cf4 Mon Sep 17 00:00:00 2001 From: 0vf <0vfx@proton.me> Date: Sat, 6 Jul 2024 23:24:47 +0300 Subject: [PATCH] utils/info: bump to 0.3.0 --- utils/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/info.py b/utils/info.py index 39b823e..e381399 100644 --- a/utils/info.py +++ b/utils/info.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -vinny_version = "0.2.2" +vinny_version = "0.3.0" def get_vinny_version(): return vinny_version \ No newline at end of file