We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ecc9b commit e90a304Copy full SHA for e90a304
FreeTAKServer/core/configuration/MainConfig.py
@@ -11,7 +11,7 @@
11
12
# the version information of the server (recommended to leave as default)
13
14
-FTS_VERSION = "FreeTAKServer-2.2"
+FTS_VERSION = "FreeTAKServer-2.2.1"
15
API_VERSION = "3"
16
ROOTPATH = "/"
17
MAINPATH = Path(__file__).parent.parent.parent
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "FreeTAKServer"
3
-version = "2.2.0.1"
+version = "2.2.1"
4
description = "An open source server for the TAK family of applications."
5
authors = ["FreeTAKTeam <FreeTakTeam@gmail.com>"]
6
readme = "README.md"
0 commit comments