oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Bumped version, yes i did for a \n.

Commit
e2546616967a294ca125c6792bae7dba27b91319
Parent
79abec9
Author
tonybanters <tonybanters@gmail.com>
Date
2026-02-17 23:29:19

Diff

diff --git a/src/main.zig b/src/main.zig
index fb423ef..f941a17 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -1,5 +1,5 @@
 const std = @import("std");
-const VERSION = "v0.11.1";
+const VERSION = "v0.11.2";
 const display_mod = @import("x11/display.zig");
 const events = @import("x11/events.zig");
 const xlib = @import("x11/xlib.zig");
@@ -176,7 +176,7 @@ pub fn main() !void {
             print_help();
             return;
         } else if (std.mem.eql(u8, arg, "-v") or std.mem.eql(u8, arg, "--version")) {
-            std.debug.print(VERSION, .{});
+            std.debug.print("{s}\n", .{VERSION});
             return;
         } else if (std.mem.eql(u8, arg, "--init")) {
             init_config(allocator);