diff --git a/types.go b/request_types.go similarity index 97% rename from types.go rename to request_types.go index a22e77a..ba99931 100644 --- a/types.go +++ b/request_types.go @@ -2,6 +2,9 @@ package hyprland import "net" +// Indicates the version where the structs are up-to-date +const HYPRLAND_VERSION = "0.41.2" + type RawRequest []byte type RawResponse []byte