summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-31 17:28:10 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-31 17:28:10 +0000
commitb499e050480780dcd2f8d30fa3a83374ba879b40 (patch)
treee96161a3dda2a1a3fbb4a2b87b40559feaa95a65 /chef-config
parent304ba0c5cd0a1a6152b8027aa94f8d895a9d2cc6 (diff)
downloadchef-b499e050480780dcd2f8d30fa3a83374ba879b40.tar.gz
Bump version to 15.4.56 by Chef Expeditorv15.4.56
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 d0d48b0ef8..9768ac721d 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.55".freeze
+ VERSION = "15.4.56".freeze
end
#