Version string 2.2.0

This commit is contained in:
Khopa 2020-11-14 21:32:27 +01:00
parent 16cfc4e945
commit f8735927bf

View File

@ -2,7 +2,7 @@ from pathlib import Path
#: Current version of Liberation.
VERSION = "2.2.0-preview"
VERSION = "2.2.0"
if Path("buildnumber").exists():
with open("buildnumber", "r") as file:
VERSION += f"-{file.readline()}"