diff --git a/FreeTAKServer/core/configuration/MainConfig.py b/FreeTAKServer/core/configuration/MainConfig.py index 56ca2acb..bf024399 100644 --- a/FreeTAKServer/core/configuration/MainConfig.py +++ b/FreeTAKServer/core/configuration/MainConfig.py @@ -11,7 +11,7 @@ # the version information of the server (recommended to leave as default) -FTS_VERSION = "FreeTAKServer-2.2" +FTS_VERSION = "FreeTAKServer-2.2.1" API_VERSION = "3" ROOTPATH = "/" MAINPATH = Path(__file__).parent.parent.parent diff --git a/pyproject.toml b/pyproject.toml index 5373679c..3f7945fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "FreeTAKServer" -version = "2.2.0.1" +version = "2.2.1" description = "An open source server for the TAK family of applications." authors = ["FreeTAKTeam "] readme = "README.md"