summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 20:30:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 20:30:39 +0000
commit1d2b2b346228291f38646ff0d9fa78c4ae2c3e86 (patch)
treebf422cbdb293ec790f20dfc2c755caa196b42c12 /chef-utils/lib/chef-utils/version.rb
parent9bb865d5385cbddc229fec0d627e893d91b3e336 (diff)
downloadchef-1d2b2b346228291f38646ff0d9fa78c4ae2c3e86.tar.gz
Bump version to 16.0.206 by Chef Expeditorv16.0.206
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 89ec222871..590ebee787 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.205".freeze
+ VERSION = "16.0.206".freeze
end