diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 06:37:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 06:37:41 +0000 |
commit | 3b2495c5a2c6cc4e558b11a6ddb0328643907a8c (patch) | |
tree | 1c2bef2fc895989447c58ec99f1c8a05bb2c085d /chef-bin | |
parent | aaea1f2956591f14912237c26db116d13c2ffc99 (diff) | |
download | chef-3b2495c5a2c6cc4e558b11a6ddb0328643907a8c.tar.gz |
Bump version to 15.1.26 by Chef Expeditorv15.1.26
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 aea2c87a37..9a650287cb 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.25".freeze + VERSION = "15.1.26".freeze end # |