diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-24 20:04:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-24 20:04:14 +0000 |
commit | 83d07d26ac958b2c34200ed2423d4ccab25544c4 (patch) | |
tree | e45b03d59e32842206a1742fff9c90dd481fc46d /chef-bin | |
parent | e85fc1fabea36c4994361446c1962ba40f230939 (diff) | |
download | chef-83d07d26ac958b2c34200ed2423d4ccab25544c4.tar.gz |
Bump version to 15.1.22 by Chef Expeditorv15.1.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 aa72b7be95..0110aabb7c 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.1.21".freeze + VERSION = "15.1.22".freeze end # |