summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-08 19:54:35 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-08 19:54:35 +0000
commit8e9c1022bf79fd2641fafb0d64c7668a45c1673e (patch)
tree9375b71c64a8ecd596f4d4bfee9390979a578132 /lib
parent3e10178b21f06a457cac208082babe6f98c69b0d (diff)
downloadchef-8e9c1022bf79fd2641fafb0d64c7668a45c1673e.tar.gz
Bump version to 17.7.2 by Chef Expeditorv17.7.2
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 d80343c7c5..00ff05aa21 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.1")
+ VERSION = Chef::VersionString.new("17.7.2")
end
#