summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-25 17:29:22 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-25 17:29:22 +0000
commit06e1fc76fc28fa85b1c3bbd763f0ee571d528874 (patch)
tree84363dd2ecfb261a021e9a877ecf95651e2ea7bf /chef-config
parenta606f742e2d7d51bc5ad6d8cff2a2ad3cdb8c9d3 (diff)
downloadchef-06e1fc76fc28fa85b1c3bbd763f0ee571d528874.tar.gz
Bump version to 15.2.5 by Chef Expeditorv15.2.5
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 fe806f9250..7df8607b65 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.2.4".freeze
+ VERSION = "15.2.5".freeze
end
#