diff --git a/index.js b/index.js index 96d3780..7225435 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const config = require('config') console.log(config); app.get('/', (req, res) => { - res.send('CICD App V2!') + res.send('CICD App V2.1!') }) app.get('/status', (req, res) => { @@ -15,4 +15,4 @@ app.get('/status', (req, res) => { app.listen(port, () => { console.log(`Example app listening at http://localhost:${port}`) -}) \ No newline at end of file +})