diff --git a/package.json b/package.json index 92d73bc..cbb853f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trostani", - "version": "0.4.17", + "version": "0.4.18", "description": "A Typescript Discord bot knowing stuff about MtG", "repository": "git@github.com:papey/trostani.git", "author": "papey", diff --git a/src/main.ts b/src/main.ts index 0ca0611..f059ec1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,7 +10,7 @@ import * as yargs from "yargs"; // Args and cli setup let args = yargs .scriptName("Trostani") - .version("0.4.17") + .version("0.4.18") .help() .option("config", { alias: "c",