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 17, 2023
1 parent cfa624b commit e70e333
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.9.0";
let compiler_version = "2.10.0";

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

0 comments on commit e70e333

Please sign in to comment.