summaryrefslogtreecommitdiff
path: root/chef-config
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-config
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-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 7479e8ddc1..1ecdca2f84 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.69".freeze
+ VERSION = "16.0.70".freeze
end