summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-21 00:05:24 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-21 00:05:24 +0000
commitb56bbc573c5a4c320c50ee186dab6c6253f96027 (patch)
tree4e9363200eaa03a001174573137de64b34d40483 /chef-config
parentff5842829821626b736acfaef2199e6cbb5d3083 (diff)
downloadchef-b56bbc573c5a4c320c50ee186dab6c6253f96027.tar.gz
Bump version to 14.8.0 by Chef Expeditorv14.8.0
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 e1c22a7516..f657fbcdab 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.31".freeze
+ VERSION = "14.8.0".freeze
end
#