summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-05 06:46:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-05 06:46:25 +0000
commitd6c2722063b8b571d24e7a9143af295e109965bc (patch)
treeb7c55215b6709a475bfecd68d1fa9ad9e6d7fcab /lib
parent2193fc2725b4d7c210e8f78f20cfe14b3dccb4f2 (diff)
downloadchef-d6c2722063b8b571d24e7a9143af295e109965bc.tar.gz
Bump version to 17.0.186 by Chef Expeditorv17.0.186
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 830f47f924..fb538eb4ad 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("17.0.185")
+ VERSION = Chef::VersionString.new("17.0.186")
end
#