summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-01 19:52:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-01 19:52:18 +0000
commitf7cb3c30b6b032e30a532f88f1daaa8bed31fc0e (patch)
tree051276aea34c232a4702e83ea986d4997cddfe5f /chef-utils/lib/chef-utils/version.rb
parent44a1bd0c70aa244216611d169f320166750ae21a (diff)
downloadchef-f7cb3c30b6b032e30a532f88f1daaa8bed31fc0e.tar.gz
Bump version to 16.0.266 by Chef Expeditorv16.0.266
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 df77c07d47..bfc3b4d75b 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.265".freeze
+ VERSION = "16.0.266".freeze
end