Skip to content

Commit f96bd27

Browse files
committed
3.0-rc.1
1 parent 884d0b3 commit f96bd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
)
1010

11-
const Version = "3.0-SNAPSHOT"
11+
const Version = "3.0-rc.1"
1212

1313
func printErr(err error) {
1414
log.Printf("Error to check for update, caution: %v.", err.Error())

0 commit comments

Comments
 (0)