Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Jun 29, 2017
1 parent 90a25a2 commit 82c3ef4
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.3.0
##### Breaking
* Remove bootstrap sub-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 ShellOut

let version = "0.2.1"
let version = "0.3.0"

let group = Group { group in
group.addCommand("remote", RemoteCommand())
Expand Down

0 comments on commit 82c3ef4

Please sign in to comment.