summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-14 18:33:00 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-14 18:33:00 +0000
commit3faabd74883c5f5d8b311478b86e37c120ebe4d1 (patch)
tree30792de5de40c3187516208945d0c158eb1f5ecb /lib
parent0377758a99bd62ade9bf4439029b91b597e0f723 (diff)
downloadchef-3faabd74883c5f5d8b311478b86e37c120ebe4d1.tar.gz
Bump version of chef to 12.14.64 by Chef Versioner.v12.14.64
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 407e5249cf..605951bacf 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.63"
+ VERSION = "12.14.64"
end
#