Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
doxas committed Oct 10, 2020
1 parent 15fef07 commit 9ccf401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import serveStatic from 'serve-static';
import util from './lib/util.js';

// constant variable ==========================================================
const VERSION = 'v2.1.2';
const VERSION = 'v2.1.3';
const MACOS = process.platform === 'darwin';
const LOCAL_PORT = 56565;
const IS_DEVELOPMENT = __MODE__ === 'development';
Expand Down

0 comments on commit 9ccf401

Please sign in to comment.