Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 29, 2024
1 parent c8de653 commit b216f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.2
VERSION: 0.1.3
REPO_BIN: 'cl-qob/binaries'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion cmds/qob.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
(clingon:make-command
:name "qob"
:description "CLI for building, running, testing, and managing your Common Lisp dependencies"
:version "0.1.2"
:version "0.1.3"
:authors '("Jen-Chieh Shen <jcs090218@gmail.com>")
:license "MIT"
:options (options)
Expand Down
2 changes: 1 addition & 1 deletion qob-cli.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defsystem "qob-cli"
:version "0.1.2"
:version "0.1.3"
:author "Jen-Chieh Shen"
:license "MIT"
:description "CLI for building, running, testing, and managing your Common Lisp dependencies"
Expand Down

0 comments on commit b216f59

Please sign in to comment.