diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-14 19:59:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-14 19:59:37 +0000 |
commit | f80718e8f8ea97a9a0794a94e8e9640745524cab (patch) | |
tree | 4f385c6fb20a3d89e1d076724fb1026f4d10ca89 /chef-config | |
parent | 3d34cff81b255cd5de6b338fc4f7e64b4f5ae4bf (diff) | |
download | chef-f80718e8f8ea97a9a0794a94e8e9640745524cab.tar.gz |
Bump version to 15.0.294 by Chef Expeditorv15.0.294
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 6ba256d3b8..36b21675ff 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.293".freeze + VERSION = "15.0.294".freeze end # |