Skip to content

Commit

Permalink
bump version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiccm committed Dec 16, 2019
1 parent 12809d1 commit 47d7eb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.10
0.0.11
2 changes: 1 addition & 1 deletion Sources/Pecker/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fileprivate func main(_ arguments: [String]) -> Int32 {
}
return 0
case .version:
print("0.0.10")
print("0.0.11")
return 0
}
}
Expand Down
Binary file added portable_pecker.zip
Binary file not shown.

0 comments on commit 47d7eb8

Please sign in to comment.