We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fa0af commit 36cafbbCopy full SHA for 36cafbb
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/bcomnes/goversion
+module github.com/bcomnes/goversion/v2
2
3
go 1.24.1
4
main.go
@@ -9,7 +9,7 @@ import (
9
"slices"
10
"strings"
11
12
- goversion "github.com/bcomnes/goversion/pkg"
+ goversion "github.com/bcomnes/goversion/v2/pkg"
13
)
14
15
type arrayFlags []string
version.go
@@ -1,5 +1,5 @@
package main
var (
- Version = "1.0.3"
+ Version = "2.0.0"
5
0 commit comments