Skip to content

Commit

Permalink
request_types: add HYPRLAND_VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 22, 2024
1 parent cfc2638 commit b6e4300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types.go → request_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6e4300

Please sign in to comment.