diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 17:02:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 17:02:31 +0000 |
commit | f915046d7409152043c4f0cc43900bea01dd6b58 (patch) | |
tree | 18d0e8cb3d765bab10591df5bc2611dcab322212 /chef-config | |
parent | f65c3694aa78642fc330863399a18b987ebc8364 (diff) | |
download | chef-f915046d7409152043c4f0cc43900bea01dd6b58.tar.gz |
Bump version to 15.0.322 by Chef Expeditorv15.0.322
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 e19f2c1dcd..64774c0eae 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.321".freeze + VERSION = "15.0.322".freeze end # |