summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-17 17:30:19 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-17 17:30:19 +0000
commitd657a69f13d97f2ae89f39b6632f576b13822c7d (patch)
tree01987a2559af7fa62c399b2dd6e5278cc0a293a3 /lib
parentd025430baa0360a8278be40056e773a27f9e97d2 (diff)
downloadchef-d657a69f13d97f2ae89f39b6632f576b13822c7d.tar.gz
Bump version to 16.0.219 by Chef Expeditorv16.0.219
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 1394e379d5..fb74252db0 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.218")
+ VERSION = Chef::VersionString.new("16.0.219")
end
#