summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-13 00:09:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-13 00:09:43 +0000
commit9a7b19a966b0ac746cfe515173ed155b45b0e687 (patch)
treeef552f0e2e4863cdd57f5cbdc99dd69a2946ec1e /lib
parent33008aac9cd36d799444011f124c9564a68e3892 (diff)
downloadchef-9a7b19a966b0ac746cfe515173ed155b45b0e687.tar.gz
Bump version to 15.0.185 by Chef Expeditorv15.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 9047cb1a0f..6785b6ebc5 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.184")
+ VERSION = Chef::VersionString.new("15.0.185")
end
#