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 Oct 21, 2023
1 parent b76fe23 commit 9573b46
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 @@ -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));
Expand Down

0 comments on commit 9573b46

Please sign in to comment.