diff --git a/apex.ts b/apex.ts index 253b602..299a145 100644 --- a/apex.ts +++ b/apex.ts @@ -29,7 +29,7 @@ import { findApexConfig, setupLogger } from "./src/utils.ts"; import { parseConfigYaml } from "./src/config.ts"; // Version bump this on release. -const version = "v0.0.12"; +const version = "v0.0.14"; const args = Deno.args;