We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9ee5a commit cfd72aaCopy full SHA for cfd72aa
1 file changed
version/version.go
@@ -7,7 +7,7 @@ import (
7
const Major = "0"
8
const Minor = "1"
9
const Patch = "3"
10
-const Label = "beta"
+const Label = "beta-hotfix1"
11
12
var (
13
// Version is the current version of Travis
0 commit comments