diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-04-25 19:11:38 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-04-25 19:11:38 +0000 |
commit | 7edd6a4aec64ea23fc01cd711a537aab4b6eaad7 (patch) | |
tree | bf1665da1b3807e9c9268036d07c0a09347199e0 /lib | |
parent | 4491736471bc49fb0e50b6a70508d99d6bae5eb4 (diff) | |
download | chef-7edd6a4aec64ea23fc01cd711a537aab4b6eaad7.tar.gz |
Bump version of chef to 12.10.17 by Chef Versioner.v12.10.17
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b3327a4164..5ac4f91ec3 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.10.16" + VERSION = "12.10.17" end # |