From 8c01f325914781fcbc7e24cf94555134123a74de Mon Sep 17 00:00:00 2001 From: Matheus Fidelis Date: Fri, 4 Jul 2025 15:14:58 -0300 Subject: [PATCH] Aula: argo-rollouts --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1caef23..82e48b5 100644 --- a/main.py +++ b/main.py @@ -48,7 +48,7 @@ def health_check(): @app.get("/version", tags=["util"]) def version_check(): """Verifica a versão da aplicação.""" - return {"version": "1.0.0"} + return {"version": "2.0.0"} @app.get("/liveness", tags=["k8s"]) def liveness_check():