We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65191c commit 98c2e66Copy full SHA for 98c2e66
1 file changed
FreeTAKServer/core/configuration/MainConfig.py
@@ -9,8 +9,8 @@
9
10
# the version information of the server (recommended to leave as default)
11
12
-FTS_VERSION = "FreeTAKServer-2.0.20 Beta"
13
-API_VERSION = "1.9.6"
+FTS_VERSION = "FreeTAKServer-2.0.21"
+API_VERSION = "3.0"
14
ROOTPATH = "/"
15
MAINPATH = Path(__file__).parent.parent.parent
16
PERSISTENCE_PATH = r'/opt/fts'
0 commit comments