diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-03 05:02:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-03 05:02:14 +0000 |
commit | d2f65c9ca6637d016932af37b69fc29607447773 (patch) | |
tree | 3fe9f488ec4a512a905474113a018ac176972d7c /chef-bin | |
parent | 6dd409aa11230b33e18a56e5e18c6ec358376cb6 (diff) | |
download | chef-d2f65c9ca6637d016932af37b69fc29607447773.tar.gz |
Bump version to 15.2.11 by Chef Expeditorv15.2.11
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 0953fbb5aa..cdc2adc800 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.10".freeze + VERSION = "15.2.11".freeze end # |