From e9aba8d0e96bde9714b8f7a8172c8db1b6efdc69 Mon Sep 17 00:00:00 2001 From: comjun04 Date: Tue, 17 Mar 2020 01:05:19 +0900 Subject: [PATCH] v0.7.2 --- bot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}`));