From e562ad9fc1ee976847cc49e6cbc0efcf3df61c9a Mon Sep 17 00:00:00 2001 From: soundmud Date: Mon, 27 Jul 2020 12:49:07 +0200 Subject: [PATCH] 1.3.2 --- soundrts/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soundrts/version.py b/soundrts/version.py index e6cb605a..88f05125 100644 --- a/soundrts/version.py +++ b/soundrts/version.py @@ -3,7 +3,7 @@ from . import res, config -VERSION = "1.3.1" +VERSION = "1.3.2" IS_DEV_VERSION = config.debug_mode CLIENT_COMPATIBILITY = "1.3.0" SERVER_COMPATIBILITY = "0"