Skip to content

Commit ef51069

Browse files
committed
feat: update default Aztec version to v4.2.0-aztecnr-rc.2
1 parent 30602b9 commit ef51069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repos/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface RepoConfig {
2929
}
3030

3131
/** 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";
32+
export const DEFAULT_AZTEC_VERSION = process.env.AZTEC_DEFAULT_VERSION || "v4.2.0-aztecnr-rc.2";
3333

3434
/**
3535
* Base Aztec repository configurations (without version)

0 commit comments

Comments
 (0)