diff --git a/services/filestore/app.coffee b/services/filestore/app.coffee index dc1e54361c..d135f4fb25 100644 --- a/services/filestore/app.coffee +++ b/services/filestore/app.coffee @@ -96,7 +96,7 @@ app.post "/shutdown", (req, res)-> app.get '/status', (req, res)-> if appIsOk - res.send('filestore sharelatex up - v3') + res.send('filestore sharelatex up - v4') else logger.log "app is not ok - shutting down" res.send("server is being shut down", 500)