summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-14 17:50:09 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-14 17:50:09 +0000
commit9485a70c836a3a93a7d3c5e71fac59f7239aaea9 (patch)
tree061efb1b726ad7a92f55ae631441c45822eaa981 /knife
parent27fc87139efb0600d29274ef932888e082cdf362 (diff)
downloadchef-9485a70c836a3a93a7d3c5e71fac59f7239aaea9.tar.gz
Bump version to 18.1.17 by Chef Expeditorv18.1.17
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r--knife/Gemfile.lock4
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index 90f86107a7..a4dd32cdf7 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.16)
- chef (18.1.16-x64-mingw-ucrt)
+ chef (18.1.17)
+ chef (18.1.17-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 181d448f48..9a81596e77 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 = "18.1.16".freeze
+ VERSION = "18.1.17".freeze
end
end