diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-23 16:53:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-23 16:53:32 +0000 |
commit | bb05f9d90543b300103b287588480c8c9b440b0b (patch) | |
tree | 41c6dbd063bcd5391178203f6e6b0f145edc53d6 /chef-bin | |
parent | bbbb5910f659b6774d004f0425a6594104c65565 (diff) | |
download | chef-bb05f9d90543b300103b287588480c8c9b440b0b.tar.gz |
Bump version to 15.2.1 by Chef Expeditorv15.2.1
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 6635a5f81a..bc31b8a5ec 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.2.0".freeze + VERSION = "15.2.1".freeze end # |