Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Jul 24, 2023
1 parent dcfdb24 commit 46c8d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FreeTAKServer/core/configuration/MainConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

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

FTS_VERSION = "FreeTAKServer-2.0.70.5"
FTS_VERSION = "FreeTAKServer-2.a1.0"
API_VERSION = "3"
ROOTPATH = "/"
MAINPATH = Path(__file__).parent.parent.parent
USERPATH = rf"{ROOTPATH}usr/local/lib/"
PERSISTENCE_PATH = r'/opt/fts'
PERSISTENCE_PATH = r'C:\Users\Natha Paquette\work\FreeTakServer\persistence'

class MainConfig:
"""
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.70.5",
version="2.a1.0",
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 46c8d3f

Please sign in to comment.