1.1.8 - Election Legality

This commit is contained in:
Steven Ettinger 2023-03-16 12:32:41 -03:00 committed by GitHub
parent 1aa8d99145
commit 98610f0957
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.7"; //Did you change the package version?
const VERSION = "v1.1.8"; //Did you change the package version?
exports.VERSION = VERSION;
exports.exit = exit;
exports.processor = processor;