mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Develop is now 2.3.
This commit is contained in:
parent
c4d08fa7b7
commit
4cff838de0
@ -2,7 +2,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
|
|
||||||
#: Current version of Liberation.
|
#: Current version of Liberation.
|
||||||
VERSION = "2.2.0-preview"
|
VERSION = "2.3.0-preview"
|
||||||
if Path("buildnumber").exists():
|
if Path("buildnumber").exists():
|
||||||
with open("buildnumber", "r") as file:
|
with open("buildnumber", "r") as file:
|
||||||
VERSION += f"-{file.readline()}"
|
VERSION += f"-{file.readline()}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user