diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 16:26:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 16:26:08 +0000 |
commit | 8463e63e16ebfedeb515c42a936d0d270442985e (patch) | |
tree | 0994741f9919feb916116d3ce13de461db2d7b65 /chef-bin | |
parent | 0e47d657beba91974cb070208255add75b0219cf (diff) | |
download | chef-8463e63e16ebfedeb515c42a936d0d270442985e.tar.gz |
Bump version to 15.0.295 by Chef Expeditorv15.0.295
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 b634a030d8..37ea1d2d26 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.294".freeze + VERSION = "15.0.295".freeze end # |