We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30602b9 commit ef51069Copy full SHA for ef51069
src/repos/config.ts
@@ -29,7 +29,7 @@ export interface RepoConfig {
29
}
30
31
/** Default Aztec version (tag) to use - can be overridden via AZTEC_DEFAULT_VERSION env var */
32
-export const DEFAULT_AZTEC_VERSION = process.env.AZTEC_DEFAULT_VERSION || "4.2.0-aztecnr-rc.2";
+export const DEFAULT_AZTEC_VERSION = process.env.AZTEC_DEFAULT_VERSION || "v4.2.0-aztecnr-rc.2";
33
34
/**
35
* Base Aztec repository configurations (without version)
0 commit comments