Skip to content

Commit

Permalink
Bump version 270.10.0 via concourse
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Dec 6, 2019
1 parent 2b70918 commit 4c8362b
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
Expand Up @@ -253,7 +253,7 @@ params['blobstore'] = {

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

params['version'] = '270.9.0'
params['version'] = '270.10.0'

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

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

it 'should contain the audit log path' do
Expand Down

0 comments on commit 4c8362b

Please sign in to comment.