diff --git a/main.go b/main.go index 1ecec18..db873b5 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ const ( LevelNotice = slog.Level(2) - VERSION = "v0.3.0" + VERSION = "v0.3.1" IPC_HEADER_SIZE = 14 IPC_MAGIC = "i3-ipc"