Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Aug 30, 2017
1 parent f8e91a6 commit 91a68d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.0
##### Enhancements
* Add cat command
[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.5.0"
let version = "0.6.0"

let group = Group { group in
group.addCommand("list", command() {
Expand Down

0 comments on commit 91a68d3

Please sign in to comment.