summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-14 17:45:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-14 17:45:09 +0000
commitb798363675254473e1f222af820aa5996fbb9fa2 (patch)
tree79f6469318a17ccc2dc82258aa88b8944ed06a63 /lib
parent6db0800f483e14168dcfa3812809fdea9713883d (diff)
downloadchef-b798363675254473e1f222af820aa5996fbb9fa2.tar.gz
Bump version to 17.7.6 by Chef Expeditorv17.7.6
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 d361df1a2f..d425f297d8 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("17.7.5")
+ VERSION = Chef::VersionString.new("17.7.6")
end
#