Skip to content

Commit

Permalink
πŸ™ˆ chore: bump version to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Kara <[email protected]>
  • Loading branch information
IGLOU-EU committed Aug 16, 2023
1 parent 9212ef4 commit 2f93770
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package main
import (
"fmt"

wildcard "github.com/IGLOU-EU/go-wildcard"
"github.com/IGLOU-EU/go-wildcard/v2"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/IGLOU-EU/go-wildcard
module github.com/IGLOU-EU/go-wildcard/v2

go 1.16
2 changes: 1 addition & 1 deletion wildcard_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"testing"

wildcard "github.com/IGLOU-EU/go-wildcard"
"github.com/IGLOU-EU/go-wildcard/v2"
)

var TestSet = []struct {
Expand Down
2 changes: 1 addition & 1 deletion wildcard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package wildcard_test
import (
"testing"

wildcard "github.com/IGLOU-EU/go-wildcard"
"github.com/IGLOU-EU/go-wildcard/v2"
)

// TestMatch - Tests validate the logic of wild card matching.
Expand Down

0 comments on commit 2f93770

Please sign in to comment.