Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 authored May 20, 2023
1 parent a4cd86f commit fdeacfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FreeTAKServer/core/configuration/MainConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

FTS_VERSION = "FreeTAKServer-2.0.67"
FTS_VERSION = "FreeTAKServer-2.0.69"
API_VERSION = "3.0"
ROOTPATH = "/"
MAINPATH = Path(__file__).parent.parent.parent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=find_packages(
include=["FreeTAKServer", "FreeTAKServer.*", "*.json", "*.ini", "*.conf"]
),
version="2.0.68",
version="2.0.69",
license="EPL-2.0",
description="An open source server for the TAK family of applications.",
long_description=long_description,
Expand Down

0 comments on commit fdeacfa

Please sign in to comment.