diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cebbf18..8c53edf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.8.1 + VERSION: 0.8.2 NODE: node16 REPO_BIN: 'emacs-eask/binaries' diff --git a/Easkfile b/Easkfile index 2e733c02..1dd0ca58 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "eask" - "0.8.1" + "0.8.2" "A set of command-line tools to build Emacs packages") (website-url "https://github.com/emacs-eask/cli") diff --git a/eask b/eask index 02c05c67..e02f4f6f 100644 --- a/eask +++ b/eask @@ -23,7 +23,7 @@ yargs handler() { yargs.showHelp(); } }) .showHelpOnFail(true) - .version('version', 'show version number', '0.8.1') + .version('version', 'show version number', '0.8.2') .help('help', 'show usage instructions') .showHidden('show-hidden', 'Show hidden commands and options') .options({ diff --git a/package.json b/package.json index f0da8517..5a9c72ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emacs-eask/cli", - "version": "0.8.1", + "version": "0.8.2", "description": "A set of command-line tools to build Emacs packages", "main": "eask", "scripts": {