Skip to content

Commit 77f7918

Browse files
app/version: bump v1.8 to stable (#4191)
This pull request was automatically generated by the 'Prepare Minor Full Release' GitHub Action. - **Release Branch:** `main-v1.8` - **Stable Version:** `v1.8` ## Changes - Updated version in `app/version/version.go` from `v1.8-rc` to `v1.8` ## Next Steps 1. Review and merge this PR 2. After merge, proceed with "Tag Minor Full Release" workflow to create and push the tag `v1.8.0` 3. A separate PR has been created to bump `main` to `v1.9-dev` category: misc ticket: none
1 parent 6d90088 commit 77f7918

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

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

0 commit comments

Comments
 (0)