summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-20 01:22:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-20 01:22:20 +0000
commit28653b9a54427dc295d8f3be31b032bc556e7b59 (patch)
tree851fd5dccbacb147a897fae796e4f646c93082a5 /chef-utils
parent01dceee69291c5228d97019bfa739eac1f6973cb (diff)
downloadchef-28653b9a54427dc295d8f3be31b032bc556e7b59.tar.gz
Bump version to 16.0.70 by Chef Expeditorv16.0.70release_description.md
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 50161761ef..d92247188b 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.69".freeze
+ VERSION = "16.0.70".freeze
end