diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-27 00:00:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-27 00:00:45 +0000 |
commit | b1cf1e2df87b2b6e0cfea975319d7b0ba39b5a31 (patch) | |
tree | 34ba08fd45dce6f4f1d63502ed44c78291b804ad /knife | |
parent | 21b2bb115778484bff9f7e9403cf998c12a25ac3 (diff) | |
download | chef-b1cf1e2df87b2b6e0cfea975319d7b0ba39b5a31.tar.gz |
Bump version to 17.0.237 by Chef Expeditorv17.0.237
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r-- | knife/Gemfile.lock | 16 | ||||
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index b06c3b6329..409fc117af 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -28,17 +28,17 @@ GIT PATH remote: ../chef-bin specs: - chef-bin (17.0.236) - chef (= 17.0.236) + chef-bin (17.0.237) + chef (= 17.0.237) PATH remote: .. specs: - chef (17.0.236) + chef (17.0.237) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.236) - chef-utils (= 17.0.236) + chef-config (= 17.0.237) + chef-utils (= 17.0.237) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -74,9 +74,9 @@ PATH PATH remote: /workspace/chef-chef-master/chef-config specs: - chef-config (17.0.236) + chef-config (17.0.237) addressable - chef-utils (= 17.0.236) + chef-utils (= 17.0.237) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -85,7 +85,7 @@ PATH PATH remote: /workspace/chef-chef-master/chef-utils specs: - chef-utils (17.0.236) + chef-utils (17.0.237) concurrent-ruby GEM diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 66e5e5ea7a..4fa93dee56 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.0.236".freeze + VERSION = "17.0.237".freeze end end |