summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-01 00:16:32 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-01 00:16:32 +0000
commit09a210ccc45ac4b158a919b1a3e6dd03174b0808 (patch)
tree3a17d62f4d4e711b48b1f77dbbf7e2ebbf024194 /chef-config
parentbcd808a173d65f4df84f9bb5bd742d93be5e5f58 (diff)
downloadchef-09a210ccc45ac4b158a919b1a3e6dd03174b0808.tar.gz
Bump version to 15.4.57 by Chef Expeditorv15.4.57
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 9768ac721d..09bdff1878 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.56".freeze
+ VERSION = "15.4.57".freeze
end
#