diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-07 15:34:59 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-07 15:34:59 +0000 |
commit | 5774227b29b5c80fc0cf19f2042b217627310c35 (patch) | |
tree | a741075cc2f05557324e4ea45efe8d5bb8caf286 /chef-config | |
parent | 4ece9283017bc76718e866f02c0c9024bb743b76 (diff) | |
download | chef-5774227b29b5c80fc0cf19f2042b217627310c35.tar.gz |
Bump version of chef to 12.17.46 by Chef Versioner.v12.17.46
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 e48a1ff53b..d6aef57ec8 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 = "12.17.45" + VERSION = "12.17.46" end # |