bump version

This commit is contained in:
2025-08-25 09:53:53 +02:00
parent 2fbb3ebc59
commit feba0f3580

View File

@@ -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"