Skip to content

Commit

Permalink
chore: Final preps for 0.9.0 release (#463)
Browse files Browse the repository at this point in the history
* chore: Final preps for 0.9.0 release

* chore: Update knative dependency in `kn version`
  • Loading branch information
rhuss authored and knative-prow-robot committed Oct 29, 2019
1 parent aafdb9a commit 4ab869a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|===
////

## v0.8.0 (unreleased)
## v0.9.0 (2019-10-29)

[cols="1,10,3", options="header", width="100%"]
|===
Expand Down
2 changes: 1 addition & 1 deletion pkg/kn/commands/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var GitRevision string

// update this var as we add more deps
var apiVersions = []string{
"serving.knative.dev/v1alpha1 (knative-serving v0.8.0)",
"serving.knative.dev/v1alpha1 (knative-serving v0.9.0)",
}

// NewVersionCommand implements 'kn version' command
Expand Down
2 changes: 1 addition & 1 deletion pkg/kn/commands/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var versionOutputTemplate = `Version: {{.Version}}
Build Date: {{.BuildDate}}
Git Revision: {{.GitRevision}}
Supported APIs:
- serving.knative.dev/v1alpha1 (knative-serving v0.8.0)
- serving.knative.dev/v1alpha1 (knative-serving v0.9.0)
`

const (
Expand Down

0 comments on commit 4ab869a

Please sign in to comment.