Bump version to 3.1.0.

We're shipping features for the DCS update after all.
This commit is contained in:
Dan Albert
2021-06-16 17:08:12 -07:00
parent f570cfc12e
commit df97110546

View File

@@ -2,7 +2,7 @@ from pathlib import Path
def _build_version_string() -> str:
components = ["3.0.1"]
components = ["3.1.0"]
build_number_path = Path("resources/buildnumber")
if build_number_path.exists():
with build_number_path.open("r") as build_number_file: