diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-08 20:24:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-08 20:24:22 +0000 |
commit | 6fa3b5b44523dcea44f5233a8f26d3733496b258 (patch) | |
tree | 21dfaee0e48d6dce81f205e7b06dd99bf765e017 /chef-config | |
parent | 718256efc9f8c167d1d19bcafff9db59161f48a1 (diff) | |
download | chef-6fa3b5b44523dcea44f5233a8f26d3733496b258.tar.gz |
Bump version to 15.0.279 by Chef Expeditorv15.0.279
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 8c907f4301..50b7c18dd2 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.0.278".freeze + VERSION = "15.0.279".freeze end # |