summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-12 19:24:53 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-12 19:24:53 +0000
commitdb57131ad383076391b9df32d5e9989cfb312d58 (patch)
treea2d6ee899488603933c965098800c832c8bafced /lib
parentf0562c93c61306b1c417ebdad976b6748b95e811 (diff)
downloadchef-db57131ad383076391b9df32d5e9989cfb312d58.tar.gz
Bump version of chef to 12.14.63 by Chef Versioner.v12.14.63
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
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
#