Skip to content

Commit

Permalink
Bump version for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 14, 2024
1 parent c4a80fe commit 55bd46a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.9.7
VERSION: 0.9.8
NODE: node20
REPO_BIN: 'emacs-eask/binaries'

Expand Down
2 changes: 1 addition & 1 deletion Easkfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "cli"
"0.9.7"
"0.9.8"
"A set of command-line tools to build Emacs packages")

(website-url "https://github.com/emacs-eask/cli")
Expand Down
2 changes: 1 addition & 1 deletion docs/themes/geekdoc
Submodule geekdoc updated 2 files
+4 −4 package-lock.json
+1 −1 package.json
2 changes: 1 addition & 1 deletion eask
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Usage: eask <command> [options..]`;

const epilogue = `For more information, find the manual at https://emacs-eask.github.io/`;

const version = `0.9.7`;
const version = `0.9.8`;

yargs
.usage(usage)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emacs-eask/cli",
"version": "0.9.7",
"version": "0.9.8",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
"scripts": {
Expand Down

0 comments on commit 55bd46a

Please sign in to comment.