summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 15:59:08 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 15:59:08 +0000
commit84212d0f04fb36521fa46d651e9d34fc48a28b5b (patch)
tree414d59e4369b065a906d6c6e956ac585378de3c0 /lib
parentfa55aaa32d3f34704de0303987378039a3c465cf (diff)
downloadchef-84212d0f04fb36521fa46d651e9d34fc48a28b5b.tar.gz
Bump version to 15.13.16 by Chef Expeditorv15.13.16
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 f6da62c379..4a00fd0f0d 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.15")
+ VERSION = Chef::VersionString.new("15.13.16")
end
#