Skip to content

Commit

Permalink
bump pkgcraft-c compat
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 24, 2024
1 parent c0d9c98 commit 10d7c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgcraft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
)

// version requirements for pkgcraft C library
const MIN_VERSION = "0.0.17"
const MAX_VERSION = "0.0.17"
const MIN_VERSION = "0.0.18"
const MAX_VERSION = "0.0.18"

func TestLibVersion(t *testing.T) {
ver, _ := version.NewVersion(pkgcraftLibVersion())
Expand Down

0 comments on commit 10d7c2f

Please sign in to comment.