diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-25 13:03:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-25 13:03:20 +0000 |
commit | 919956e0132255cf7bde7e5dc99f05dd99ccc5d0 (patch) | |
tree | 12b43308201e0625308ad126404298bdcea02e17 /chef-bin | |
parent | b09187f85157fad6a8f29f08c09a69eac3f0bee5 (diff) | |
download | chef-919956e0132255cf7bde7e5dc99f05dd99ccc5d0.tar.gz |
Bump version to 15.0.318 by Chef Expeditorv15.0.318
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 1a6eef8726..483f58503f 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.317".freeze + VERSION = "15.0.318".freeze end # |