sharktide commited on
Commit
af68a1b
·
verified ·
1 Parent(s): c182b0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -410,7 +410,8 @@ async def get_status():
410
  content={
411
  "state": overall_state,
412
  "services": services,
413
- "notifications": notify
 
414
  }
415
  )
416
 
 
410
  content={
411
  "state": overall_state,
412
  "services": services,
413
+ "notifications": notify,
414
+ "latest": "2.2.0"
415
  }
416
  )
417