summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 23:40:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 23:40:18 +0000
commit3181d48c986cb7065aa8b3cc9c805d36bc18efdc (patch)
tree79430d7757bcee72ebef4ca2bcc8e94696588575 /chef-utils/lib/chef-utils/version.rb
parent5028d674c113ecadd82d2688fdbcef6adaa77a94 (diff)
downloadchef-3181d48c986cb7065aa8b3cc9c805d36bc18efdc.tar.gz
Bump version to 16.0.207 by Chef Expeditorv16.0.207
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 2c1b69d473..baec0a4c1a 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.206".freeze
+ VERSION = "16.0.207".freeze
end