Skip to content

Commit 561b60c

Browse files
committed
fix(build): lua 5.4.8 should call itself lua 5.4.8
1 parent 0398af8 commit 561b60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/lua.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub fn configure(
3535
.lua51 => .{ .major = 5, .minor = 1, .patch = 5 },
3636
.lua52 => .{ .major = 5, .minor = 2, .patch = 4 },
3737
.lua53 => .{ .major = 5, .minor = 3, .patch = 6 },
38-
.lua54 => .{ .major = 5, .minor = 4, .patch = 7 },
38+
.lua54 => .{ .major = 5, .minor = 4, .patch = 8 },
3939
else => unreachable,
4040
};
4141

0 commit comments

Comments
 (0)