diff --git a/backend/main.py b/backend/main.py index 24e29a8..91d7691 100644 --- a/backend/main.py +++ b/backend/main.py @@ -101,7 +101,7 @@ class RoomUpdate(BaseModel): app = FastAPI( title="Calendar API", description="Room based agenda system", - version="1.0", + version="0.2.0", )