fix verison

This commit is contained in:
Roy Cao 2020-05-27 15:40:56 +08:00
parent 4bcf16a182
commit 53ed6ec988
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ struct CommandLineOptions: ParsableArguments {
mutating func validate() throws {
if version {
// TODO: Use a real version number here.
print("0.3.")
print("0.3.0")
throw ExitCode.success
}
}