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 8, 2023
1 parent 1b5f819 commit 453804c
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.14.0";
let compiler_version = "3.0.0";

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

0 comments on commit 453804c

Please sign in to comment.