Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Jun 20, 2017
1 parent 6949748 commit 4cde512
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.2.1
##### Enhancements

* Allow local path for blob
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.0"
let version = "0.2.1"

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

0 comments on commit 4cde512

Please sign in to comment.