summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-13 03:55:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-13 03:55:45 +0000
commit66076702118ba69e12a5b61548d1bba73f21c836 (patch)
tree0f0061f252ca6535ce20074e9dc7ac2a882d7a2d /chef-utils
parent62229382cbf4cadab76c9d75fb3d7d7337c138f2 (diff)
downloadchef-66076702118ba69e12a5b61548d1bba73f21c836.tar.gz
Bump version to 16.0.64 by Chef Expeditorv16.0.64
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-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 97e6081f7d..18b1e6de0d 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.63".freeze
+ VERSION = "16.0.64".freeze
end