diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-12 19:50:55 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-12 19:50:55 +0000 |
commit | 5f89754ac8645ad4837b296e09770ad600991b31 (patch) | |
tree | 0bfdc27613172e997336346f3ab78a654de278f0 /chef-bin | |
parent | 58ccc46c499274174b62534e67e505889d90a0f0 (diff) | |
download | chef-5f89754ac8645ad4837b296e09770ad600991b31.tar.gz |
Bump version to 15.10.22 by Chef Expeditorv15.10.22
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 e437210fb3..a9913d2059 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.10.21".freeze + VERSION = "15.10.22".freeze end # |