From c96852c0f23c167866e8021555e84f83afb68856 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 29 Aug 2024 10:19:09 +0100 Subject: [PATCH] request_types: set HYPRLAND_VERSION to 0.42 --- request_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request_types.go b/request_types.go index e210a26..a5a4001 100644 --- a/request_types.go +++ b/request_types.go @@ -3,7 +3,7 @@ package hyprland import "net" // Indicates the version where the structs are up-to-date. -const HYPRLAND_VERSION = "0.41.2" +const HYPRLAND_VERSION = "0.42" // Represents a raw request that is passed for Hyprland's socket. type RawRequest []byte