From 5562a3032e3d1a4da9ebdf2c14e77ef870a8aa3a Mon Sep 17 00:00:00 2001 From: Arthur Mitchell Date: Sun, 25 Feb 2024 16:33:02 +0000 Subject: [PATCH] Starting V0.3.2 --- nutcase/app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nutcase/app/config.py b/nutcase/app/config.py index 0a8a907..ae67672 100755 --- a/nutcase/app/config.py +++ b/nutcase/app/config.py @@ -22,7 +22,7 @@ class Config(object): # Core info #================================================================== APP_NAME = 'NUTCase' - APP_VERSION = '0.3.1' + APP_VERSION = '0.3.2' #================================================================== # Configuration file