summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 18:17:01 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 18:17:01 +0000
commit6e34526cb4ac80466daa0a4c4f500d7e8a0d2ec0 (patch)
tree71c3d94ccb0bfacd4fe961d284027c0e720c7342 /lib
parent1a3d3eb5680ab2e16ce8569c2893123d446a5918 (diff)
downloadchef-6e34526cb4ac80466daa0a4c4f500d7e8a0d2ec0.tar.gz
Bump version to 15.12.13 by Chef Expeditorv15.12.13
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 199aad7288..9477830d03 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.12.12")
+ VERSION = Chef::VersionString.new("15.12.13")
end
#