Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Oct 28, 2017
1 parent 4aaf739 commit 0ced8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## master
## 0.7.2
##### Enhancements
* Add description for each commands
[Toshihiro Suzuki](https://github.com/toshi0383)
[#39](https://github.com/toshi0383/cmdshelf/pull/39)

## 0.7.1
##### Bugfix
* [fixed] run concats all parameters
[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
Expand Up @@ -3,7 +3,7 @@ import PathKit
import Foundation
import Reporter

let version = "0.7.1"
let version = "0.7.2"

let group = Group { group in
group.addCommand("list", "Show all registered commands (use --path to print absolute paths)", command(
Expand Down

0 comments on commit 0ced8f9

Please sign in to comment.