From d3db5d1b67250055a08254d1895190a7817a7e3e Mon Sep 17 00:00:00 2001 From: Chris Baumbauer Date: Wed, 19 Jun 2019 13:12:53 +0000 Subject: Knative version bump 0.5 -> 0.6 --- spec/models/clusters/applications/knative_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/models') diff --git a/spec/models/clusters/applications/knative_spec.rb b/spec/models/clusters/applications/knative_spec.rb index b38cf96de7e..7f4819cbb9a 100644 --- a/spec/models/clusters/applications/knative_spec.rb +++ b/spec/models/clusters/applications/knative_spec.rb @@ -112,7 +112,7 @@ describe Clusters::Applications::Knative do subject { knative.install_command } it 'is initialized with latest version' do - expect(subject.version).to eq('0.5.0') + expect(subject.version).to eq('0.6.0') end it_behaves_like 'a command' -- cgit v1.2.1