summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-06 23:29:10 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-06 23:29:10 +0000
commitf35d8e722c3de98c165683476bb16335de583a88 (patch)
treeb6c2e6ba56197fdc815a77a47997eaa0f40a58fa /chef-config/lib
parent8e697e02a654708c6140ef2028c354f7fbae7b70 (diff)
downloadchef-f35d8e722c3de98c165683476bb16335de583a88.tar.gz
Bump version to 16.0.56 by Chef Expeditorv16.0.56
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 e07fde857c..acaa6b3467 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.55".freeze
+ VERSION = "16.0.56".freeze
end