Skip to content

Commit 0f0391e

Browse files
app/version: bump v1.9 to stable (#4335)
This pull request was automatically generated by the 'Prepare Minor Full Release' GitHub Action. - **Release Branch:** `main-v1.9` - **Stable Version:** `v1.9` ## Changes - Updated version in `app/version/version.go` from `v1.9-rc` to `v1.9` ## 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.9.0` 3. A separate PR has been created to bump `main` to `v1.10-dev` category: misc ticket: none
1 parent 94ca685 commit 0f0391e

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

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

0 commit comments

Comments
 (0)