Skip to content

Commit 6bbc3b7

Browse files
committed
v1.2.1
1 parent edf7ae5 commit 6bbc3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "fmt"
99

1010
const MAJOR uint = 1
1111
const MINOR uint = 2
12-
const PATCH uint = 0
12+
const PATCH uint = 1
1313

1414
func Version() string {
1515
return fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, PATCH)

0 commit comments

Comments
 (0)