Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
comjun04 committed Mar 16, 2020
1 parent cce0269 commit e9aba8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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}`));
app.listen(PORT, () => console.log(`Web server on port ${PORT}`));

0 comments on commit e9aba8d

Please sign in to comment.