Skip to content

Commit

Permalink
Bump Version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Cao committed Jul 8, 2020
1 parent cb5327a commit 80d0508
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.3.0
0.4.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.3.0")
print("0.4.0")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 80d0508

Please sign in to comment.