Skip to content

Commit

Permalink
bump go package version postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 15, 2023
1 parent b909472 commit 74e7c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/onflowser/flowser/v2
module github.com/onflowser/flowser/v3

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion internal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"strings"

"github.com/onflowser/flowser/v2/internal/misc"
"github.com/onflowser/flowser/v3/internal/misc"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion pkg/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/onflowser/flowser/v2/pkg/flowser"
"github.com/onflowser/flowser/v3/pkg/flowser"
)

func main() {
Expand Down

0 comments on commit 74e7c0a

Please sign in to comment.