From ff67327e3495b9188e94ef7c7acf3d22b5238f11 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Fri, 29 Nov 2024 14:45:13 +0800 Subject: [PATCH] Bump version --- .github/workflows/build.yml | 2 +- cmds/qob.lisp | 2 +- qob-cli.asd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bf64d6..b7e4bb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.1.1 + VERSION: 0.1.2 REPO_BIN: 'cl-qob/binaries' jobs: diff --git a/cmds/qob.lisp b/cmds/qob.lisp index 1f2ae84..f63bbb9 100644 --- a/cmds/qob.lisp +++ b/cmds/qob.lisp @@ -50,7 +50,7 @@ (clingon:make-command :name "qob" :description "CLI for building, running, testing, and managing your Common Lisp dependencies" - :version "0.1.1" + :version "0.1.2" :authors '("Jen-Chieh Shen ") :license "MIT" :options (options) diff --git a/qob-cli.asd b/qob-cli.asd index f07fc6a..dd70c28 100644 --- a/qob-cli.asd +++ b/qob-cli.asd @@ -1,5 +1,5 @@ (defsystem "qob-cli" - :version "0.1.1" + :version "0.1.2" :author "Jen-Chieh Shen" :license "MIT" :description "CLI for building, running, testing, and managing your Common Lisp dependencies"