Skip to content

Commit

Permalink
MAJOR: increase version to v5 to be perfectly compatible with proxy r…
Browse files Browse the repository at this point in the history
…equirements
  • Loading branch information
oktalz committed Aug 8, 2024
1 parent 4c9f5d7 commit c2b1c89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aspell/aspell.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sort"
"strings"

"github.com/haproxytech/check-commit/v4/match"
"github.com/haproxytech/check-commit/v5/match"

"github.com/fatih/camelcase"
)
Expand Down
2 changes: 1 addition & 1 deletion aspell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"testing"

"github.com/haproxytech/check-commit/v4/aspell"
"github.com/haproxytech/check-commit/v5/aspell"
)

func Test_Aspell(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion check.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"unicode"
"unicode/utf8"

"github.com/haproxytech/check-commit/v4/aspell"
"github.com/haproxytech/check-commit/v5/aspell"

"github.com/google/go-github/v56/github"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/haproxytech/check-commit/v4
module github.com/haproxytech/check-commit/v5

go 1.22

Expand Down

0 comments on commit c2b1c89

Please sign in to comment.