summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 05:28:17 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 05:28:17 +0000
commitc074e5d98c4134c57148faf860160b85ac9d7b40 (patch)
tree24279222d6a8127a287c39e7f57def656987bde5 /chef-config/lib
parentdae6eb27b8ca6f2c6e00c8bf11babf2302d59b63 (diff)
downloadchef-c074e5d98c4134c57148faf860160b85ac9d7b40.tar.gz
Bump version to 15.13.14 by Chef Expeditorv15.13.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 ce2717cfcb..54cf3eb1f6 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("..", __dir__)
- VERSION = "15.13.13".freeze
+ VERSION = "15.13.14".freeze
end