diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-05 22:51:16 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-05 22:51:16 +0000 |
commit | 4c73c2a4a1a5e42fef4688b6d2add74135e094c5 (patch) | |
tree | f540e66a17cb78a033ef6202629e46f56769b168 /chef-bin/lib | |
parent | b1dca573fd37ebed1a2c54d5112152ea05e24f7f (diff) | |
download | chef-4c73c2a4a1a5e42fef4688b6d2add74135e094c5.tar.gz |
Bump version to 15.5.26 by Chef Expeditorv15.5.26
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 16e4ae8666..30044b6930 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.5.25".freeze + VERSION = "15.5.26".freeze end # |