Skip to content

Commit 548eecb

Browse files
committed
Update Zig version in release notes
1 parent 52df1e6 commit 548eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Optionally add the following to your \`MODULE.bazel\` file to install a specific
2424
2525
\`\`\`starlark
2626
zig = use_extension("//zig:extensions.bzl", "zig")
27-
zig.toolchain(zig_version = "0.13.0")
27+
zig.toolchain(zig_version = "0.14.1")
2828
\`\`\`
2929
3030
You can call \`zig.toolchain\` multiple times to install multiple Zig versions.

0 commit comments

Comments
 (0)