summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-07 14:16:40 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-07 14:16:40 +0000
commitae13bc5695119051eea89d8b313821103850a1d7 (patch)
treed3a7e1daedfcc5d756f70d5b3f9dc7be0de70cde /lib/chef/version.rb
parent416704635ddddb61618184cfb5860b5859357711 (diff)
downloadchef-ae13bc5695119051eea89d8b313821103850a1d7.tar.gz
Bump version to 18.0.129 by Chef Expeditorv18.0.129
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 531cb07f31..340d699f79 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.128")
+ VERSION = Chef::VersionString.new("18.0.129")
end
#