diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-12 13:36:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-12 13:36:40 +0000 |
commit | ef81d17c16dceb085d8579b305f75abb31f2df2a (patch) | |
tree | 34fb8ab733610d0d49c2639a0a76e0b27ffbbdf6 /chef-config | |
parent | dd8d307c290677275cf3f2629fbcf5e60ac4c65a (diff) | |
download | chef-ef81d17c16dceb085d8579b305f75abb31f2df2a.tar.gz |
Bump version to 14.6.24 by Chef Expeditorv14.6.24
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 9740e1e20a..db336c5471 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.23".freeze + VERSION = "14.6.24".freeze end # |