diff --git a/quartz/main.qz b/quartz/main.qz index 225e3692..41212473 100644 --- a/quartz/main.qz +++ b/quartz/main.qz @@ -325,7 +325,7 @@ fun test_parse() { } fun start(): nil or error { - let compiler_version = "3.1.1"; + let compiler_version = "3.1.2"; let args = args(); let command or err = CliCommand::parse(args.slice(1, args.length));