Skip to content

Commit

Permalink
bump pkgcraft-c compat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 6, 2023
1 parent f483711 commit cc502a9
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.12"
const MAX_VERSION = "0.0.12"
const MIN_VERSION = "0.0.13"
const MAX_VERSION = "0.0.13"

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

0 comments on commit cc502a9

Please sign in to comment.