diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-16 08:28:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-16 08:28:07 +0000 |
commit | f0085ff663c8857ef9d0aef08ee9c4b74ebd8946 (patch) | |
tree | 9bf88cfc9c3dcd3d807ede6d5c0a8f96d39d7627 /chef-config | |
parent | 283cdc1e0fc4e470c40f9764d856a1ad6d1032d4 (diff) | |
download | chef-f0085ff663c8857ef9d0aef08ee9c4b74ebd8946.tar.gz |
Bump version to 14.6.28 by Chef Expeditorv14.6.28
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 06a9e9a926..102f4d87b0 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 = "14.6.27".freeze + VERSION = "14.6.28".freeze end # |