Skip to content

Commit 22d0411

Browse files
committed
[release-v1.3] Release version 1.3.1
1 parent 0761371 commit 22d0411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
1919
const (
2020
major = 1
2121
minor = 3
22-
patch = 0
22+
patch = 1
2323
)
2424

2525
// preRelease contains the prerelease name of the application. It is a variable

0 commit comments

Comments
 (0)