diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-14 18:37:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-14 18:37:45 +0000 |
commit | f2708f94c237bcd450e1687ae703e5cc030fc5b2 (patch) | |
tree | 171927d0f48af3f5236913e1f2d7d0a102912de8 /chef-bin | |
parent | 977f8a0c3e2b6e7d701ce949a67ddd08f698095a (diff) | |
download | chef-f2708f94c237bcd450e1687ae703e5cc030fc5b2.tar.gz |
Bump version to 15.1.11 by Chef Expeditorv15.1.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 0309f88781..3a2ebe9137 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.10".freeze + VERSION = "15.1.11".freeze end # |