Version bump to 0.5.1 due to CRLF issue that broke startup
This commit is contained in:
parent
9640cdf6dc
commit
5f09abc057
3 changed files with 11 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ const Configuration = require('./Configuration');
|
|||
|
||||
const logger = Logger.getLogger('plejd-main');
|
||||
|
||||
const version = '0.5.0';
|
||||
const version = '0.5.1';
|
||||
|
||||
async function main() {
|
||||
logger.info(`Starting Plejd add-on v. ${version}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue