summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-18 00:56:10 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-18 00:56:10 +0000
commit387d57d198234827bc7364d276743881915933a0 (patch)
treeca04afdaba39fc899f258e604faf41260ebfee65 /lib/chef
parent7be570b28e346bc332fbb3f89bde80fe6fa5598d (diff)
downloadchef-387d57d198234827bc7364d276743881915933a0.tar.gz
Bump version to 16.0.222 by Chef Expeditorv16.0.222
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 c557d0388f..66c693fb4d 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.221")
+ VERSION = Chef::VersionString.new("16.0.222")
end
#