summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-29 20:42:47 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-29 20:42:47 +0000
commita9e2d2868d3defd28e50a03f4890859198cb9913 (patch)
tree1507e72c8a2228902ba87b4ed42eb2e5dc2a3d0e /knife
parent3769fa6efe1657c0eb94dbcb9d8dff908cb8e1af (diff)
downloadchef-a9e2d2868d3defd28e50a03f4890859198cb9913.tar.gz
Bump version to 18.0.191 by Chef Expeditorv18.0.191
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 5cd781869b..620dfd67aa 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.0.190)
- chef (18.0.190-x64-mingw-ucrt)
+ chef (18.0.191)
+ chef (18.0.191-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 32dbf55112..b6997eb827 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.0.190".freeze
+ VERSION = "18.0.191".freeze
end
end