diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-30 20:02:46 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-30 20:02:46 +0000 |
commit | d91328bc0be908fe879d7f9a4f80e2f8ea1e6a5a (patch) | |
tree | a68415b1d97f7a6d3a34fbdc6bf39192eff5df1a /chef-bin | |
parent | a1abccf64a373f3cff965863fa119f809093e863 (diff) | |
download | chef-d91328bc0be908fe879d7f9a4f80e2f8ea1e6a5a.tar.gz |
Bump version to 15.0.245 by Chef Expeditorv15.0.245
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 952332749d..7588bb88f3 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.244".freeze + VERSION = "15.0.245".freeze end # |