summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
Diffstat (limited to 'knife')
-rw-r--r--knife/Gemfile.lock16
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 9 insertions, 9 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index c4feb65049..e25a73f88c 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -28,17 +28,17 @@ GIT
PATH
remote: ../chef-bin
specs:
- chef-bin (17.0.199)
- chef (= 17.0.199)
+ chef-bin (17.0.200)
+ chef (= 17.0.200)
PATH
remote: ..
specs:
- chef (17.0.199)
+ chef (17.0.200)
addressable
bcrypt_pbkdf (~> 1.1)
- chef-config (= 17.0.199)
- chef-utils (= 17.0.199)
+ chef-config (= 17.0.200)
+ chef-utils (= 17.0.200)
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.199)
+ chef-config (17.0.200)
addressable
- chef-utils (= 17.0.199)
+ chef-utils (= 17.0.200)
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.199)
+ chef-utils (17.0.200)
GEM
remote: https://rubygems.org/
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 55e303d53d..c3e8dbce41 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.199".freeze
+ VERSION = "17.0.200".freeze
end
end