summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-27 15:34:43 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-27 15:34:43 +0000
commitd3d8d0d4bf99f7a8e76bd0cfd583f583ad3de830 (patch)
tree96e712a0f8c1f516b3a579c640543fa5847951f2 /lib
parentbaf101410c931a092a611b3c53c963746463f30c (diff)
downloadchef-d3d8d0d4bf99f7a8e76bd0cfd583f583ad3de830.tar.gz
Bump version of chef to 13.0.67 by Chef Versioner.v13.0.67
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 2e9d0b31d3..6d1967957e 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.66"
+ VERSION = "13.0.67"
end
#