Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 553a66a

Browse files
committed
Bump version number
1 parent 1393402 commit 553a66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package version
1919
import "strings"
2020

2121
var (
22-
Version = "v1.3.0"
22+
Version = "v1.3.1"
2323
BuildMetadata = "unreleased"
2424
GitCommit = ""
2525
)

0 commit comments

Comments
 (0)