Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Cao committed May 27, 2020
1 parent 1606e08 commit 4bcf16a
Show file tree
Hide file tree
Showing 2 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.1.3
0.3.0
2 changes: 1 addition & 1 deletion Sources/Pecker/PeckerCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct CommandLineOptions: ParsableArguments {
mutating func validate() throws {
if version {
// TODO: Use a real version number here.
print("0.0.1")
print("0.3.")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 4bcf16a

Please sign in to comment.