Skip to content

Commit c60a40e

Browse files
committed
mark build.zig Version as pub
1 parent 056a489 commit c60a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Version = enum {
1+
pub const Version = enum {
22
@"3.11.13",
33
@"3.12.11",
44
pub fn libName(self: Version) []const u8 {

0 commit comments

Comments
 (0)