Skip to content

Commit

Permalink
bump required pkgcraft-c version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Feb 1, 2024
1 parent 8aa4f85 commit 073347f
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.13"
const MAX_VERSION = "0.0.13"
const MIN_VERSION = "0.0.14"
const MAX_VERSION = "0.0.14"

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

0 comments on commit 073347f

Please sign in to comment.