summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-19 02:30:10 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-19 02:30:10 +0000
commit555eba5957ff9c26f296c932e5802e59b2179a1b (patch)
treea95c9cdbdbfee0665d6c603fb9eb60e00cc77bc9 /chef-config
parent9e8d474db403a33112aa54450f3daf83a92e1fdc (diff)
downloadchef-555eba5957ff9c26f296c932e5802e59b2179a1b.tar.gz
Bump version to 15.5.14 by Chef Expeditorv15.5.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 e5a28a6f36..65e27643af 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.13".freeze
+ VERSION = "15.5.14".freeze
end