summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-30 23:29:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-30 23:29:20 +0000
commit18ca8ca2ec2e09ac5d2ca4b37d8db37ee767c34d (patch)
tree093e446b39802594d901083f8ef558fb6f1d445b /chef-utils/lib
parentd56749986dd14cb9faf418c81d5c248200e45404 (diff)
downloadchef-18ca8ca2ec2e09ac5d2ca4b37d8db37ee767c34d.tar.gz
Bump version to 16.0.264 by Chef Expeditorv16.0.264
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 32a9cef417..1649a142cb 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.263".freeze
+ VERSION = "16.0.264".freeze
end