Skip to content

Commit 36cafbb

Browse files
committed
2.0.0
1 parent e9fa0af commit 36cafbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/bcomnes/goversion
1+
module github.com/bcomnes/goversion/v2
22

33
go 1.24.1
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"slices"
1010
"strings"
1111

12-
goversion "github.com/bcomnes/goversion/pkg"
12+
goversion "github.com/bcomnes/goversion/v2/pkg"
1313
)
1414

1515
type arrayFlags []string

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package main
22

33
var (
4-
Version = "1.0.3"
4+
Version = "2.0.0"
55
)

0 commit comments

Comments
 (0)