We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0761371 commit 22d0411Copy full SHA for 22d0411
internal/version/version.go
@@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
19
const (
20
major = 1
21
minor = 3
22
- patch = 0
+ patch = 1
23
)
24
25
// preRelease contains the prerelease name of the application. It is a variable
0 commit comments