Skip to content

Commit 98c2e66

Browse files
authored
updated version for full release
1 parent f65191c commit 98c2e66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FreeTAKServer/core/configuration/MainConfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
# the version information of the server (recommended to leave as default)
1111

12-
FTS_VERSION = "FreeTAKServer-2.0.20 Beta"
13-
API_VERSION = "1.9.6"
12+
FTS_VERSION = "FreeTAKServer-2.0.21"
13+
API_VERSION = "3.0"
1414
ROOTPATH = "/"
1515
MAINPATH = Path(__file__).parent.parent.parent
1616
PERSISTENCE_PATH = r'/opt/fts'

0 commit comments

Comments
 (0)