Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrist committed Oct 22, 2022
1 parent 0b03123 commit 3a67e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn run() !void {
const stdout = std.io.getStdOut().writer();

if (option_show_version) {
try stdout.writeAll("LIMP 0.2.3 Copyright (C) 2011-2022 Benjamin M. Crist\n");
try stdout.writeAll("LIMP 0.2.4 Copyright (C) 2011-2022 Benjamin M. Crist\n");
try stdout.print("{s}\n", .{lua.c.LUA_COPYRIGHT});
try stdout.print("zlib {s} Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler\n", .{zlib.c.ZLIB_VERSION});
}
Expand Down

0 comments on commit 3a67e04

Please sign in to comment.