diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-20 19:18:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-20 19:18:21 +0000 |
commit | 9149b5e17aac105aa6f31858e42b8577c0039af7 (patch) | |
tree | f0e96a9f9c5d605fc86619750d8b22b4aaeb4cde /chef-config | |
parent | 99fbfb06b9780a72a0033507fe519acd81b4a3b0 (diff) | |
download | chef-9149b5e17aac105aa6f31858e42b8577c0039af7.tar.gz |
Bump version to 15.2.27 by Chef Expeditorv15.2.27
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 98faa476f7..a413604716 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.2.26".freeze + VERSION = "15.2.27".freeze end # |