diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-07 23:16:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-07 23:16:27 +0000 |
commit | 59529a0b879a86d946d07df0a648fb48014e38a4 (patch) | |
tree | accba9c4a6f8c9125210a9c853c81d610f57165a /chef-bin | |
parent | 64ccb8c4830265de395dcbab16dd3db30a851e25 (diff) | |
download | chef-59529a0b879a86d946d07df0a648fb48014e38a4.tar.gz |
Bump version to 15.0.274 by Chef Expeditorv15.0.274
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 2049bcfd19..173bb76515 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.273".freeze + VERSION = "15.0.274".freeze end # |