From 9f08aefcff0213cfa714b6a19f07b587f5f53ffd Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 16 Aug 2025 21:01:23 +0200 Subject: [PATCH] bump --- swayipc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swayipc.go b/swayipc.go index c4292b7..7ff9684 100644 --- a/swayipc.go +++ b/swayipc.go @@ -5,7 +5,7 @@ import ( ) const ( - VERSION = "v0.2.0" + VERSION = "v0.3.0" IPC_HEADER_SIZE = 14 IPC_MAGIC = "i3-ipc"