We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3564b commit 0607ac6Copy full SHA for 0607ac6
src/main.zig
@@ -5,7 +5,7 @@ const print = std.debug.print;
5
const Client = @import("client.zig").Client;
6
const HelpMessage = @import("HelpMessage.zig");
7
8
-const version = "1.0.0";
+const version = "1.1.0";
9
10
pub fn main() !void {
11
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
0 commit comments