Skip to content

Commit 0d43895

Browse files
app/version: bump v1.7 to stable (#4145)
* app/version: bump v1.7 to stable * empty commit --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Diogo Santos <[email protected]>
1 parent 978418b commit 0d43895

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

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

0 commit comments

Comments
 (0)