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 /chef-config | |
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 '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 3c995b9487..b766cdcb1d 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.183".freeze + VERSION = "15.0.184".freeze end # |