Skip to content

Commit b20aba6

Browse files
committed
Version 0.9.3
1 parent 06bd389 commit b20aba6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## master
1+
## 0.9.3
22
##### Bugfix
33
* fix crash on empty runner [#61](https://github.com/toshi0383/cmdshelf/pull/61)
44
[Toshihiro Suzuki](https://github.com/toshi0383)

Sources/cmdshelf/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import Reporter
33

4-
let version = "0.9.2"
4+
let version = "0.9.3"
55

66
//
77
// - MARK: Setup

doc/man/man1/cmdshelf-list.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.2" "Cmdshelf Manual"
1+
.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.3" "Cmdshelf Manual"
22
.SH "NAME"
33
cmdshelf-list - Show all registered commands.
44
.SH "SYNOPSIS"

doc/man/man1/cmdshelf.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.2" "Cmdshelf Manual"
1+
.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.3" "Cmdshelf Manual"
22
.SH "NAME"
33
\fBcmdshelf\fR - Manage your scripts like a bookshelf.
44
.SH "SYNOPSIS"

tests/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ before_each
190190
VERSION=$($CMDSHELF --version)
191191
exit_status=$?
192192

193-
if [ "${VERSION}" != "0.9.2" ];then
193+
if [ "${VERSION}" != "0.9.3" ];then
194194
echo \-\-version printed invalid value: $VERSION
195195
echo 011 FAILED
196196
STATUS=1

0 commit comments

Comments
 (0)