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 /chef-config | |
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 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index b766cdcb1d..b95e54de63 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.184".freeze + VERSION = "15.0.185".freeze end # |