From 53a858cc16e9ec46b5c7d530c506d1a4b5b455ee Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sat, 21 Mar 2026 23:08:06 -0500 Subject: [PATCH] chore: bump version to 9.8.0 SNMP Device Integration milestone complete. Co-Authored-By: Claude Opus 4.6 (1M context) --- VERSION | 2 +- backend/app/config.py | 2 +- backend/pyproject.toml | 2 +- frontend/package.json | 2 +- infrastructure/helm/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 06e8fd9..834eb3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.7.2 +9.8.0 diff --git a/backend/app/config.py b/backend/app/config.py index 14034ae..47a2dad 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -144,7 +144,7 @@ class Settings(BaseSettings): # App settings APP_NAME: str = "TOD - The Other Dude" - APP_VERSION: str = "9.7.2" + APP_VERSION: str = "9.8.0" DEBUG: bool = False @field_validator("CREDENTIAL_ENCRYPTION_KEY") diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e683856..0f490bd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "the-other-dude-backend" -version = "9.7.2" +version = "9.8.0" description = "MikroTik Fleet Management Portal - Backend API" requires-python = ">=3.12" dependencies = [ diff --git a/frontend/package.json b/frontend/package.json index 0bfd429..1eb9e01 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "9.7.2", + "version": "9.8.0", "type": "module", "scripts": { "dev": "vite", diff --git a/infrastructure/helm/Chart.yaml b/infrastructure/helm/Chart.yaml index aba2436..a444b61 100644 --- a/infrastructure/helm/Chart.yaml +++ b/infrastructure/helm/Chart.yaml @@ -3,7 +3,7 @@ name: tod description: The Other Dude — MikroTik fleet management platform type: application version: 1.0.0 -appVersion: "9.7.2" +appVersion: "9.8.0" kubeVersion: ">=1.28.0-0" keywords: - mikrotik