summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-08 22:11:22 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-08 22:11:22 +0000
commit8cdb922484468f41c0a083f13a8437c3a6044a43 (patch)
tree411313d61b8e6d6d1c0c41ca41dc689b4d9e30e3 /chef-config
parent8846dbc988048b006da1135b1c7f0af5d8a4c23b (diff)
downloadchef-8cdb922484468f41c0a083f13a8437c3a6044a43.tar.gz
Bump version to 15.4.70 by Chef Expeditorv15.4.70
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 3225d4f3cf..60ef194219 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 = "15.4.69".freeze
+ VERSION = "15.4.70".freeze
end