Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Jan 27, 2018
1 parent 06bd389 commit b20aba6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## 0.9.3
##### Bugfix
* fix crash on empty runner [#61](https://github.com/toshi0383/cmdshelf/pull/61)
[Toshihiro Suzuki](https://github.com/toshi0383)
Expand Down
2 changes: 1 addition & 1 deletion Sources/cmdshelf/main.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import Reporter

let version = "0.9.2"
let version = "0.9.3"

//
// - MARK: Setup
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/cmdshelf-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.2" "Cmdshelf Manual"
.TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.3" "Cmdshelf Manual"
.SH "NAME"
cmdshelf-list - Show all registered commands.
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/cmdshelf.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.2" "Cmdshelf Manual"
.TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.3" "Cmdshelf Manual"
.SH "NAME"
\fBcmdshelf\fR - Manage your scripts like a bookshelf.
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion tests/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ before_each
VERSION=$($CMDSHELF --version)
exit_status=$?

if [ "${VERSION}" != "0.9.2" ];then
if [ "${VERSION}" != "0.9.3" ];then
echo \-\-version printed invalid value: $VERSION
echo 011 FAILED
STATUS=1
Expand Down

0 comments on commit b20aba6

Please sign in to comment.