diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-12 23:28:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-12 23:28:52 +0000 |
commit | a1969f49220a98027413dd84c8ce4902f9640cc2 (patch) | |
tree | b79337923404b65c5890afb7f99121e83d5c670a /lib/chef/version.rb | |
parent | bd82cb8df423582cc59d4f587c5fb4ba056c5206 (diff) | |
download | chef-a1969f49220a98027413dd84c8ce4902f9640cc2.tar.gz |
Bump version to 15.0.184 by Chef Expeditorv15.0.184
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 80d347dbc8..9047cb1a0f 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.183") + VERSION = Chef::VersionString.new("15.0.184") end # |