Skip to content

Commit e8837f0

Browse files
committed
Slow down release version to 0.1.1
1 parent 914d471 commit e8837f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.0
27+
VERSION: 0.1.1
2828
REPO_BIN: 'cl-qob/binaries'
2929

3030
jobs:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77

8-
## 0.2.0 (Unreleased)
8+
## 0.1.1 (Unreleased)
99
> Released N/A
1010
1111
* N/A

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.2.0"
53+
:version "0.1.1"
5454
:authors '("Jen-Chieh Shen <[email protected]>")
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.2.0"
2+
:version "0.1.1"
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)