Skip to content

Commit 5f953a6

Browse files
authored
app/version: bump to v1.6 (#3932)
Bump version from `v1.6-rc` to `v1.6` category: misc ticket: none
1 parent fe47c03 commit 5f953a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6-rc"
18+
var version = "v1.6"
1919

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

0 commit comments

Comments
 (0)