summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-07 22:47:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-07 22:47:05 +0000
commit6ed1102f9602dc94478b30f72824977ebf8257d5 (patch)
tree7351146e7e0035e4dd67ec61d23bc6a5e3275583 /lib
parent57f87880f578fb86f42ff0fd7c68d4b52c4e579f (diff)
downloadchef-6ed1102f9602dc94478b30f72824977ebf8257d5.tar.gz
Bump version to 17.7.1 by Chef Expeditorv17.7.1
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 4723bfa25b..d80343c7c5 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.0")
+ VERSION = Chef::VersionString.new("17.7.1")
end
#