Skip to content

Commit

Permalink
Slow down release version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 28, 2024
1 parent 914d471 commit e8837f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0
VERSION: 0.1.1
REPO_BIN: 'cl-qob/binaries'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.


## 0.2.0 (Unreleased)
## 0.1.1 (Unreleased)
> Released N/A
* N/A
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.2.0"
:version "0.1.1"
:authors '("Jen-Chieh Shen <[email protected]>")
: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.2.0"
:version "0.1.1"
:author "Jen-Chieh Shen"
:license "MIT"
:description "CLI for building, running, testing, and managing your Common Lisp dependencies"
Expand Down

0 comments on commit e8837f0

Please sign in to comment.