summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index fd464d0485..dc2422c90d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.126")
+ VERSION = Chef::VersionString.new("18.0.127")
end
#