diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-07-05 17:31:03 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-07-05 17:31:03 +0000 |
commit | 599b71bd469f25bd7fd8e58da3ae968e7a0b47df (patch) | |
tree | 56ad69eef194fdd86fdd6da491ed7771d12d8955 /chef-config | |
parent | 18ab527c0ef7e0a91e801f0cea2f1a316bed9f76 (diff) | |
download | chef-599b71bd469f25bd7fd8e58da3ae968e7a0b47df.tar.gz |
Bump version of chef to 12.12.17 by Chef Versioner.v12.12.17
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 40fde1dbc9..11e545358d 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.12.16" + VERSION = "12.12.17" end # |