diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-04 05:48:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-04 05:48:57 +0000 |
commit | 04161b204afc7e79079af63081d44d1831bbb6a1 (patch) | |
tree | f434bd715fd384644cf286e3de6bce1caae6b59e /chef-bin | |
parent | 58fb2f23ea4daf7b4fae9a6538e42b08c6e87339 (diff) | |
download | chef-04161b204afc7e79079af63081d44d1831bbb6a1.tar.gz |
Bump version to 15.1.1 by Chef Expeditorv15.1.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 97478f8202..d43a91c955 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.0".freeze + VERSION = "15.1.1".freeze end # |