From fa958728f6f3fa07d246627baa3899643bc44cb8 Mon Sep 17 00:00:00 2001 From: WeepingDogel Date: Sat, 3 Jul 2021 19:18:30 +0800 Subject: [PATCH] Update --- titlegetter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titlegetter.py b/titlegetter.py index 9647fda..3cb35c9 100644 --- a/titlegetter.py +++ b/titlegetter.py @@ -73,7 +73,7 @@ def LoadOutputs(self,filename): lang = toml.load(filename) return lang def ShowVersion(self): - Version = '2.2.0' + Version = '2.2.1' print("V " + Version) # Get the version from the configuration file, and show it on the terminal. class Process: