summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-15 11:59:50 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-15 11:59:50 +0000
commit8643590c12b730fb6102f80ce6586447b212a27a (patch)
tree1d46846c55df3da79d6771371aeba8541dbb6f0a /lib/chef/version.rb
parent7f2b1604e3ecf357e4a594c3ee8ccf65e5cfaa9e (diff)
downloadchef-8643590c12b730fb6102f80ce6586447b212a27a.tar.gz
Bump version of chef to 12.13.6 by Chef Versioner.v12.13.6
Diffstat (limited to 'lib/chef/version.rb')
-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 0c7639b2b3..a502a068b9 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.13.5"
+ VERSION = "12.13.6"
end
#