Skip to content

Commit 11b1a88

Browse files
app: bump version to v1.9-dev (#4192)
This pull request was automatically generated by the 'Tag Minor Full Release' GitHub Action. - **Target Branch:** `main` - **New Dev Version:** `v1.9-dev` - **Stable Release:** `v1.8.0` ## Changes - Updated version in `app/version/version.go` to `v1.9-dev` ## Next Steps This PR should be merged after the stable version PR is merged to start the next development cycle. category: misc ticket: none
1 parent 022f83c commit 11b1a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/version/version.go

Lines changed: 2 additions & 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-dev"
18+
var version = "v1.9-dev"
1919

2020
// Version is the branch version of the codebase.
2121
// - Main branch: v0.X-dev
@@ -35,6 +35,7 @@ const (
3535
// Supported returns the supported minor versions in order of precedence.
3636
func Supported() []SemVer {
3737
return []SemVer{
38+
{major: 1, minor: 9},
3839
{major: 1, minor: 8},
3940
{major: 1, minor: 7},
4041
{major: 1, minor: 6},

0 commit comments

Comments
 (0)