Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.12.5
VERSION: 0.12.6
REPO_BIN: 'emacs-eask/binaries'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; -*- mode: eask; lexical-binding: t -*-

(package "cli"
"0.12.5"
"0.12.6"
"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 eask.js
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.12.5`;
const version = `0.12.6`;

yargs
.usage(usage)
Expand Down
Loading
Loading