This commit is contained in:
Steven Ettinger 2022-11-12 21:19:54 -03:00 committed by GitHub
parent b2d270b4f2
commit 42efbaec17
Signed by untrusted user: github
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const config = require("./config");
const VERSION = "v1.1.5"; //Did you change the package version?
const VERSION = "v1.1.6"; //Did you change the package version?
exports.VERSION = VERSION;
exports.exit = exit;
exports.processor = processor;