summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-07 08:38:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-07 08:38:49 +0000
commit8ec9f0cbd5a092c2ca8a9630e9d577042c74285b (patch)
treef2233aadca23558a3304b30c5cb12410ab57b64f /lib/chef/version.rb
parent320243e4f0b9b08e7c66c438af2ce800ae46fa48 (diff)
downloadchef-8ec9f0cbd5a092c2ca8a9630e9d577042c74285b.tar.gz
Bump version to 18.0.128 by Chef Expeditorv18.0.128
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 dc2422c90d..531cb07f31 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.127")
+ VERSION = Chef::VersionString.new("18.0.128")
end
#