diff --git a/src/main.zig b/src/main.zig index c935aaa..ac1eb3a 100644 --- a/src/main.zig +++ b/src/main.zig @@ -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}); }