Skip to content

Commit

Permalink
Bump version 266.14.0 via concourse
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Nov 20, 2018
1 parent a82bc83 commit 8a5f9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/director/templates/director.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ params['blobstore'] = {

params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'

params['version'] = '266.13.0'
params['version'] = '266.14.0'

if p('blobstore.provider') == "s3"
params['blobstore']['provider'] = "s3cli"
Expand Down
2 changes: 1 addition & 1 deletion spec/director.yml.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
end

it 'should contain the version' do
expect(parsed_yaml['version']).to eq('266.13.0')
expect(parsed_yaml['version']).to eq('266.14.0')
end

context 'when domain name specified without all other dns properties' do
Expand Down

0 comments on commit 8a5f9b8

Please sign in to comment.