Skip to content

Commit adc3921

Browse files
committed
Bump version
1 parent a46234f commit adc3921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
VERSION: 0.6.16
24+
VERSION: 0.6.17
2525
NODE: node16
2626

2727
jobs:

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "eask"
2-
"0.6.16"
2+
"0.6.17"
33
"A set of command-line tools to build Emacs packages")
44

55
(files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emacs-eask/eask",
3-
"version": "0.6.16",
3+
"version": "0.6.17",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)