summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-05 18:20:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-05 18:20:59 +0000
commit2f546b50bd67314251b0f62554fc71cbf6a7a29a (patch)
tree656106c190fb1e86d03b000b832a5cfae8837ae6 /lib
parentcb572fe2810ce382f9c50353db4fa3937687089d (diff)
downloadchef-2f546b50bd67314251b0f62554fc71cbf6a7a29a.tar.gz
Bump version to 16.0.185 by Chef Expeditorv16.0.185
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 b695278e79..2c99b0fc00 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.184")
+ VERSION = Chef::VersionString.new("16.0.185")
end
#