From 7f3aa731200dece72cb30e48f653535c83642460 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 8 Jul 2023 02:22:07 +0300 Subject: [PATCH] Change __version__ --- src/core/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/__init__.py b/src/core/__init__.py index bfe0ea2..35dc9bc 100644 --- a/src/core/__init__.py +++ b/src/core/__init__.py @@ -9,8 +9,8 @@ __title__ = 'KuiToi-Server' __description__ = 'BeamingDrive Multiplayer server compatible with BeamMP clients.' __url__ = 'https://github.com/kuitoi/kuitoi-Server' -__version__ = '0.1.3' -__build__ = 218 +__version__ = '0.1.5' +__build__ = 411 __author__ = 'SantaSpeen' __author_email__ = 'admin@kuitoi.su' __license__ = "FPA"