Skip to content

Commit e90a304

Browse files
authored
updated version
1 parent e7ecc9b commit e90a304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FreeTAKServer/core/configuration/MainConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# the version information of the server (recommended to leave as default)
1313

14-
FTS_VERSION = "FreeTAKServer-2.2"
14+
FTS_VERSION = "FreeTAKServer-2.2.1"
1515
API_VERSION = "3"
1616
ROOTPATH = "/"
1717
MAINPATH = Path(__file__).parent.parent.parent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "FreeTAKServer"
3-
version = "2.2.0.1"
3+
version = "2.2.1"
44
description = "An open source server for the TAK family of applications."
55
authors = ["FreeTAKTeam <FreeTakTeam@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)