summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-01 17:20:24 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-01 17:20:24 +0000
commiteca272d679b7cd0c5b155c641945e1c852776e28 (patch)
tree370adf924a2ebd890286a3518db5dc311621c74f /knife/lib/chef/knife
parent6c8c89e83cf2e630183f62347a2c63dfb594e116 (diff)
downloadchef-eca272d679b7cd0c5b155c641945e1c852776e28.tar.gz
Bump version to 18.0.127 by Chef Expeditorv18.0.127
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife')
-rw-r--r--knife/lib/chef/knife/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 16ba38629c..22e6699bd7 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.126".freeze
+ VERSION = "18.0.127".freeze
end
end