Skip to content

Commit

Permalink
chore: bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
myuon committed Sep 24, 2023
1 parent 0123a4d commit 99e14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/main.qz
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ module CliCommand {
}

fun start(): nil or error {
let compiler_version = "2.11.2";
let compiler_version = "2.12.0";

let args = args();
let command or err = CliCommand::parse(args.slice(1, args.length));
Expand Down

0 comments on commit 99e14b8

Please sign in to comment.