diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-17 16:50:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-17 16:50:36 +0000 |
commit | 3944219aba00b1df94602665418c0ac693d86f09 (patch) | |
tree | a1e6f07c796d47c25cf04e809e87b9e319d1b0e0 /chef-bin | |
parent | f9a5e277b502cae6399f4ca5c8d0f3d461e8baa5 (diff) | |
download | chef-3944219aba00b1df94602665418c0ac693d86f09.tar.gz |
Bump version to 15.1.14 by Chef Expeditorv15.1.14
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 80b63c9886..9aa80fd5e8 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.13".freeze + VERSION = "15.1.14".freeze end # |