summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 53f29a949b..2e10c45e6b 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.126".freeze
+ VERSION = "18.0.127".freeze
end
#