summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-25 22:10:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-25 22:10:07 +0000
commit9bae2d3c8a52a77bd64a8ac64bc0136b03aa5a04 (patch)
tree9a2bfd652bef3923f13484b046cf3599d097ecb3 /lib/chef
parentef8aed886b6ad963cdd62d2873e7dfaca2bc8bbb (diff)
downloadchef-9bae2d3c8a52a77bd64a8ac64bc0136b03aa5a04.tar.gz
Bump version to 17.7.22 by Chef Expeditorv17.7.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 3b0ee9b5e4..8d39897e33 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.21")
+ VERSION = Chef::VersionString.new("17.7.22")
end
#