summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
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 /chef-utils/lib/chef-utils/version.rb
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 'chef-utils/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index e140de50aa..8c1d06234c 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.218".freeze
+ VERSION = "16.0.219".freeze
end