Skip to content

Commit

Permalink
chore: bump cli version to 0.11.0-alpha.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 8, 2024
1 parent 8402460 commit 5fb9c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.9
0.11.0-alpha.1
4 changes: 3 additions & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ func getVersion(version string) string {
}

const (
VersionTypeLatest = Version_0_10_9
VersionTypeLatest = Version_0_11_0_alpha_1

Version_0_11_0_alpha_1 VersionType = "0.11.0-alpha.1"

Version_0_10_9 VersionType = "0.10.9"
Version_0_10_8 VersionType = "0.10.8"
Expand Down

0 comments on commit 5fb9c9a

Please sign in to comment.