Explorar o código

Bump API version

Kirk Trombley %!s(int64=4) %!d(string=hai) anos
pai
achega
0ad8f6143d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/app/api/other.py

+ 1 - 1
server/app/api/other.py

@@ -43,7 +43,7 @@ class RecentResponse(CamelModel):
 
 @router.get("/health")
 def health():
-    return { "status": "healthy", "version": "3.0" }
+    return { "status": "healthy", "version": "3.1" }
 
 
 @router.post("/score", response_model=Score)