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-config/lib | |
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-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 417c827e5f..50f4922a31 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.1.25".freeze + VERSION = "15.1.26".freeze end # |