From 13e69cba5cec8b3e97564ee557b8d1517cfd130c Mon Sep 17 00:00:00 2001 From: Christian Hilgenkamp Date: Tue, 1 Apr 2025 09:58:27 +0200 Subject: [PATCH] Changed Version Number --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 77c4291..46c5da9 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ from app import input_parser as parser from app.database import get_db -VERSION = "1.1.3" +VERSION = "1.1.4" # Prometheus metrics REQUEST_COUNT = Counter("http_requests_total", "Total HTTP requests", ["method", "endpoint", "status"])