summaryrefslogtreecommitdiff
path: root/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 /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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 75fce542a0..2dd84e9104 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("15.13.13")
+ VERSION = Chef::VersionString.new("15.13.14")
end
#