Skip to content

Commit c4e1641

Browse files
authored
feat: bump version to prepare for v0.8.0 coordinator release (#1809)
1 parent 1904f82 commit c4e1641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime/debug"
66
)
77

8-
var tag = "v4.7.13"
8+
var tag = "v4.7.14"
99

1010
var commit = func() string {
1111
if info, ok := debug.ReadBuildInfo(); ok {

0 commit comments

Comments
 (0)