Skip to content

Commit dd04b04

Browse files
committed
app: bump minor version to v1.10-rc
1 parent df40105 commit dd04b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
// version a string since it is overwritten at build-time with the git tag for official releases.
18-
var version = "v1.10-dev"
18+
var version = "v1.10-rc"
1919

2020
// Version is the branch version of the codebase.
2121
// - Main branch: v0.X-dev

0 commit comments

Comments
 (0)