summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 04:44:38 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 04:44:42 +0000
commitcc93ff0ba9f1a04ffd6690ea1bf6c259f4dc64da (patch)
tree2c115c6899f16e950379c5972fcf8085f9fa2441 /lib
parentc05b0814ce6c12a978903f546e52d949c459cd5f (diff)
downloadchef-cc93ff0ba9f1a04ffd6690ea1bf6c259f4dc64da.tar.gz
Bump version to 15.13.11 by Chef Expeditorv15.13.11
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 7e3e99ddab..f674bb93e2 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.10")
+ VERSION = Chef::VersionString.new("15.13.11")
end
#