summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-19 21:03:33 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-19 21:03:33 +0000
commit1209e7c16e55662ee7e7dc4744c97dc0e8caaefc (patch)
treef99e27f1be2269bef4c3b11fe4bfe1f5744e2a56 /chef-config
parentaf87e78c46b1676ebfab6422c01651273d0f7362 (diff)
downloadchef-1209e7c16e55662ee7e7dc4744c97dc0e8caaefc.tar.gz
Bump version to 16.0.147 by Chef Expeditorv16.0.147
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 b93d21c361..4fa4588e70 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.146".freeze
+ VERSION = "16.0.147".freeze
end