diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 20:44:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 20:44:04 +0000 |
commit | 156f26ffac89e419c6b362322a47bf2abc5ea208 (patch) | |
tree | a8fa0cf387f6148d59cac6bcfeccc70e05a62cf3 /chef-bin | |
parent | b2a863600e27ab105c113a58b327a8f5eb748124 (diff) | |
download | chef-156f26ffac89e419c6b362322a47bf2abc5ea208.tar.gz |
Bump version to 15.0.298 by Chef Expeditorv15.0.298
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 7a806466d3..12e0d8f909 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.297".freeze + VERSION = "15.0.298".freeze end # |