fix verison
This commit is contained in:
parent
4bcf16a182
commit
53ed6ec988
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue