Skip to content

Commit cfd72aa

Browse files
committed
hotfix
1 parent 2f9ee5a commit cfd72aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
const Major = "0"
88
const Minor = "1"
99
const Patch = "3"
10-
const Label = "beta"
10+
const Label = "beta-hotfix1"
1111

1212
var (
1313
// Version is the current version of Travis

0 commit comments

Comments
 (0)