summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 19:00:19 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 19:00:19 +0000
commit0659607f76faf51ba7126b118c2e3d18ff9c260c (patch)
tree091f3a324de0bf0dd0df0929d8d7218a38efe253 /lib/chef
parentc40c108431e14cc3917f3148270cae1a0b9741d2 (diff)
downloadchef-0659607f76faf51ba7126b118c2e3d18ff9c260c.tar.gz
Bump version to 15.13.1 by Chef Expeditorv15.13.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 2b7fe20382..69a35c75e0 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.13.0")
+ VERSION = Chef::VersionString.new("15.13.1")
end
#