summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-14 22:59:21 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-14 22:59:21 +0000
commit3b0f22cdb1abd2bc6c5e1ccafebe64d2a8fd0cd3 (patch)
tree96863fb30376a66cf68987b2943aeee50e7d0cfd /chef-config
parent99109d5be00bf78da8f7d3369b3b64a6f02db110 (diff)
downloadchef-3b0f22cdb1abd2bc6c5e1ccafebe64d2a8fd0cd3.tar.gz
Bump version to 14.7.25 by Chef Expeditorv14.7.25
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 6c95db0709..2cd988081a 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 = "14.7.24".freeze
+ VERSION = "14.7.25".freeze
end
#