Skip to content

Commit 4cde512

Browse files
committed
Bump Version
1 parent 6949748 commit 4cde512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## master
1+
## 0.2.1
22
##### Enhancements
33

44
* Allow local path for blob

Sources/cmdshelf/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PathKit
33
import Foundation
44
import ShellOut
55

6-
let version = "0.2.0"
6+
let version = "0.2.1"
77

88
let group = Group { group in
99
group.addCommand("remote", RemoteCommand())

0 commit comments

Comments
 (0)