diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-25 22:27:10 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-25 22:27:10 +0000 |
commit | c3dc0297d2727e7b964086dbe79adb2f6beb5301 (patch) | |
tree | d1e0b6a01ba4e084036bf37f0c20cb41a3a8bd87 /chef-config | |
parent | 21511228714a084a15bc17016236b56a75dc41b0 (diff) | |
download | chef-c3dc0297d2727e7b964086dbe79adb2f6beb5301.tar.gz |
Bump version to 14.6.46 by Chef Expeditorv14.6.46
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 6464744780..cc86f008c0 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.45".freeze + VERSION = "14.6.46".freeze end # |