diff --git a/bot.js b/bot.js index 10453e1..7f660a5 100644 --- a/bot.js +++ b/bot.js @@ -7,8 +7,8 @@ * config file */ -const VERSION = "v0.7.1"; -const BUILD_DATE = "2019/11/13" +const VERSION = "v0.7.2"; +const BUILD_DATE = "2020/3/17" let configFile; @@ -135,4 +135,4 @@ const app = express(); const PORT = process.env.PORT || 5000; app.use(express.static('public')); -app.listen(PORT, () => console.log(`Web server on port ${PORT}`)); \ No newline at end of file +app.listen(PORT, () => console.log(`Web server on port ${PORT}`));