Develop is now 2.3.

This commit is contained in:
Dan Albert 2020-11-13 18:46:59 -08:00
parent c4d08fa7b7
commit 4cff838de0

View File

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