summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-05 19:43:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-05 19:43:10 +0000
commit7137e64053475989ddcb89c0c97922d08b620c73 (patch)
treed178f9682df61df8e37bf4e14f86a5544790ba82 /lib
parentf6e4b28a5a4e99189c974d13b81d6d12de21a01f (diff)
downloadchef-7137e64053475989ddcb89c0c97922d08b620c73.tar.gz
Bump version to 15.13.9 by Chef Expeditorv15.13.9
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 aa1fa24b65..9d9a97d7e1 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.8")
+ VERSION = Chef::VersionString.new("15.13.9")
end
#