diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-13 00:09:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-13 00:09:43 +0000 |
commit | 9a7b19a966b0ac746cfe515173ed155b45b0e687 (patch) | |
tree | ef552f0e2e4863cdd57f5cbdc99dd69a2946ec1e /lib/chef/version.rb | |
parent | 33008aac9cd36d799444011f124c9564a68e3892 (diff) | |
download | chef-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/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |