diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 17:08:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 17:08:41 +0000 |
commit | b6488236ef24b9c44295deac78b7bd2498e372ba (patch) | |
tree | d7fe79b6cd7cc0235b29b06fa68c77eb91f8b3e3 /chef-bin | |
parent | 943f15bab9d0238e9a08f31cb037d8e5526a607f (diff) | |
download | chef-b6488236ef24b9c44295deac78b7bd2498e372ba.tar.gz |
Bump version to 15.0.323 by Chef Expeditorv15.0.323
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 b85e83a2ae..c7bcf7f9d3 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.322".freeze + VERSION = "15.0.323".freeze end # |