File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11import Foundation
22import Reporter
33
4- let version = " 0.9.2 "
4+ let version = " 0.9.3 "
55
66//
77// - MARK: Setup
Original file line number Diff line number Diff line change 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"
33cmdshelf-list - Show all registered commands.
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 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\fB cmdshelf \fR - Manage your scripts like a bookshelf.
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ before_each
190190VERSION=$( $CMDSHELF --version)
191191exit_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
You can’t perform that action at this time.
0 commit comments