Skip to content

Commit

Permalink
request_types: set HYPRLAND_VERSION to 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 29, 2024
1 parent 4c2b93a commit c96852c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c96852c

Please sign in to comment.