summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-25 23:13:54 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-25 23:13:54 +0000
commit4cbb5d25352ead579b65d4822f0260267965b476 (patch)
treec2a1cab26351a4aae226289af69480025a9bf267 /lib
parent1a8e7d625c72fe36c763d3352de23f4476391be4 (diff)
downloadchef-4cbb5d25352ead579b65d4822f0260267965b476.tar.gz
Bump version to 18.0.76 by Chef Expeditorv18.0.76
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 9f3a58e618..c471d743aa 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.75")
+ VERSION = Chef::VersionString.new("18.0.76")
end
#