diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-19 18:49:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-19 18:49:16 +0000 |
commit | 9c5b381f472bb6958d6b6c746a6ec3d05631698b (patch) | |
tree | 5221f7693f562d4a9896411369ffa7c6b9df5615 /chef-config | |
parent | 5f8ba2aac906b454dfd14abc6bfa72769daca375 (diff) | |
download | chef-9c5b381f472bb6958d6b6c746a6ec3d05631698b.tar.gz |
Bump version to 15.0.74 by Chef Expeditorv15.0.74
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 e48b36b35a..448f380419 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.73".freeze + VERSION = "15.0.74".freeze end # |