diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-18 16:53:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-18 16:53:31 +0000 |
commit | fa2113ddd6282074aa897767bdc908877759502f (patch) | |
tree | ef77de8a22969eab931ff3f617cce70f4bc3bd66 /chef-config | |
parent | 7cf3cc364475d4c52bd4672d16a34365873b5dcd (diff) | |
download | chef-fa2113ddd6282074aa897767bdc908877759502f.tar.gz |
Bump version to 15.0.190 by Chef Expeditorv15.0.190
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 01a4e81d36..5f98e85533 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.189".freeze + VERSION = "15.0.190".freeze end # |