summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-05 17:30:04 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-05 17:30:04 +0000
commit09d60a1565e8923f6feb3b58dd1bfacc45538aa5 (patch)
treed08089b3249843607c1d406f10198917d504895f /chef-config
parent9a8d3fecac8bdbdd1dfcbb113d2068ca904f5f7e (diff)
downloadchef-09d60a1565e8923f6feb3b58dd1bfacc45538aa5.tar.gz
Bump version to 14.6.14 by Chef Expeditorv14.6.14
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 4d1468563c..7f637ed8d7 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.6.13".freeze
+ VERSION = "14.6.14".freeze
end
#