Skip to content

Commit d63f47d

Browse files
committed
Bump version
1 parent b674425 commit d63f47d

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
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
env:
27-
VERSION: 0.1.3
27+
VERSION: 0.1.4
2828
REPO_BIN: 'cl-qob/binaries'
2929

3030
jobs:

cmds/qob.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
(clingon:make-command
5151
:name "qob"
5252
:description "CLI for building, running, testing, and managing your Common Lisp dependencies"
53-
:version "0.1.3"
53+
:version "0.1.4"
5454
:authors '("Jen-Chieh Shen <jcs090218@gmail.com>")
5555
:license "MIT"
5656
:options (options)

qob-cli.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defsystem "qob-cli"
2-
:version "0.1.3"
2+
:version "0.1.4"
33
:author "Jen-Chieh Shen"
44
:license "MIT"
55
:description "CLI for building, running, testing, and managing your Common Lisp dependencies"

0 commit comments

Comments
 (0)