diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-25 23:54:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-25 23:54:40 +0000 |
commit | 961596c877ff415d2ce6ef83c593feaa30f9f09a (patch) | |
tree | 25cb7b79fd9cc1517adb6e534cc2659fcad0a6f8 /chef-config/lib | |
parent | 9061ac6784e68678d82f066c66384f1988b6b181 (diff) | |
download | chef-961596c877ff415d2ce6ef83c593feaa30f9f09a.tar.gz |
Bump version to 14.6.47 by Chef Expeditorv14.6.47
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 cc86f008c0..2da9c1a5f7 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.46".freeze + VERSION = "14.6.47".freeze end # |