From e90a304d2533875c6e7a3cc7a38bea9a17804117 Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Fri, 10 May 2024 09:49:17 -0300 Subject: [PATCH] updated version --- FreeTAKServer/core/configuration/MainConfig.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"