diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 17:08:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 17:08:41 +0000 |
commit | b6488236ef24b9c44295deac78b7bd2498e372ba (patch) | |
tree | d7fe79b6cd7cc0235b29b06fa68c77eb91f8b3e3 /chef-config | |
parent | 943f15bab9d0238e9a08f31cb037d8e5526a607f (diff) | |
download | chef-b6488236ef24b9c44295deac78b7bd2498e372ba.tar.gz |
Bump version to 15.0.323 by Chef Expeditorv15.0.323
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 64774c0eae..bac8da2ea4 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.322".freeze + VERSION = "15.0.323".freeze end # |