From 987539ce13eb4a760fcbff188db60c0a6045289c Mon Sep 17 00:00:00 2001 From: dj2ls Date: Thu, 8 Jan 2026 17:29:21 +0100 Subject: [PATCH] bump version --- freedata_server/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freedata_server/constants.py b/freedata_server/constants.py index 7a241b3f..68408413 100644 --- a/freedata_server/constants.py +++ b/freedata_server/constants.py @@ -1,8 +1,8 @@ # Module for saving some constants CONFIG_ENV_VAR = 'FREEDATA_CONFIG' DEFAULT_CONFIG_FILE = 'config.ini' -MODEM_VERSION = "0.18.0-experimental" -API_VERSION = 3 +MODEM_VERSION = "0.19.0" +API_VERSION = 4 ARQ_PROTOCOL_VERSION = 1 LICENSE = 'GPL3.0' DOCUMENTATION_URL = 'https://wiki.freedata.app'