Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
WeepingDogel committed Jul 3, 2021
1 parent 3395751 commit fa95872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titlegetter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa95872

Please sign in to comment.