summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-24 00:58:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-24 00:58:32 +0000
commit89569bd15923c251903398b8a1aa1ac8aaa90a30 (patch)
treef61cad536084393a7fbd6dd43b57a0855b0405f6 /lib
parent81a06320a03e0b3e696b1f967a09cc86d38e0d7b (diff)
downloadchef-89569bd15923c251903398b8a1aa1ac8aaa90a30.tar.gz
Bump version to 16.0.13 by Chef Expeditorv16.0.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 d9ee726631..ae9647c446 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("16.0.12")
+ VERSION = Chef::VersionString.new("16.0.13")
end
#