We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff17c0c commit 0eb67d1Copy full SHA for 0eb67d1
pkg/version/version.go
@@ -21,7 +21,7 @@ import (
21
22
var (
23
// Version app version
24
- Version = "1.14.0"
+ Version = "1.14.1"
25
// Revision git commit short commithash
26
Revision = "xxxxxx" // set on build time
27
0 commit comments