diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-12 19:24:53 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-12 19:24:53 +0000 |
commit | db57131ad383076391b9df32d5e9989cfb312d58 (patch) | |
tree | a2d6ee899488603933c965098800c832c8bafced /lib/chef/version.rb | |
parent | f0562c93c61306b1c417ebdad976b6748b95e811 (diff) | |
download | chef-db57131ad383076391b9df32d5e9989cfb312d58.tar.gz |
Bump version of chef to 12.14.63 by Chef Versioner.v12.14.63
Diffstat (limited to 'lib/chef/version.rb')
-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 3901705622..407e5249cf 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.14.62" + VERSION = "12.14.63" end # |