diff options
author | Chris Baumbauer <cab@cabnetworks.net> | 2019-06-19 13:12:53 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2019-06-19 13:12:53 +0000 |
commit | d3db5d1b67250055a08254d1895190a7817a7e3e (patch) | |
tree | 66498af905e0a75eac9b4b0789b78a25f19d33fa /spec | |
parent | 22755a4aa2d2884629ef9050227ef461574d9d94 (diff) | |
download | gitlab-ce-d3db5d1b67250055a08254d1895190a7817a7e3e.tar.gz |
Knative version bump 0.5 -> 0.6
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/clusters/applications/knative_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |