summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-03 16:09:57 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-03 16:09:57 +0000
commit25b1e744757ed6021bb082cd8b87580023bc1625 (patch)
tree327733452e3c2ba6479f2634fbb25d09a4d7dd44 /lib
parent4254b472c2a17a1e252d4dbea5042e4ab39f8500 (diff)
downloadchef-25b1e744757ed6021bb082cd8b87580023bc1625.tar.gz
Bump version of chef to 12.13.24 by Chef Versioner.v12.13.24
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 f1e9a8676c..2d97b9096a 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.23"
+ VERSION = "12.13.24"
end
#