Skip to content

Commit

Permalink
bump pkgcraft-c compat version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jun 21, 2024
1 parent c22ea05 commit d268baf
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.15"
const MAX_VERSION = "0.0.15"
const MIN_VERSION = "0.0.16"
const MAX_VERSION = "0.0.16"

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

0 comments on commit d268baf

Please sign in to comment.