소스 검색

Bump API version

Kirk Trombley 4 년 전
부모
커밋
0ad8f6143d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)