diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-27 20:02:50 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-27 20:02:50 +0000 |
commit | 819307636de80266c6eb7e2072839e47f2dd4dbe (patch) | |
tree | fc95b2a9839bb14472b2cb86d0d1db0baae15130 /chef-bin | |
parent | a6811943104fa1b32eca22f6b38666cef44cd6a0 (diff) | |
download | chef-819307636de80266c6eb7e2072839e47f2dd4dbe.tar.gz |
Bump version to 15.0.319 by Chef Expeditorv15.0.319
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 483f58503f..0b0390a24d 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.318".freeze + VERSION = "15.0.319".freeze end # |