Skip to content

Commit

Permalink
bump version info
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Nov 6, 2024
1 parent 2b497db commit 546732b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freedata_gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.16.8-alpha",
"version": "0.16.9-alpha",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion freedata_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
CONFIG_ENV_VAR = 'FREEDATA_CONFIG'
DEFAULT_CONFIG_FILE = 'config.ini'

MODEM_VERSION = "0.16.8-alpha"
MODEM_VERSION = "0.16.9-alpha"

API_VERSION = 3
LICENSE = 'GPL3.0'
Expand Down
2 changes: 1 addition & 1 deletion freedata_server/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
log = structlog.get_logger("stats")

# we have to move the modem version, its a duplicate
MODEM_VERSION = "0.16.8-alpha"
MODEM_VERSION = "0.16.9-alpha"


class stats():
Expand Down

0 comments on commit 546732b

Please sign in to comment.