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"])