summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-12 19:52:29 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-12 19:52:29 +0000
commitd754d8f3db3157d89143563984afe937bcfb855e (patch)
tree071fc3b8ee91d3be40a98f181155d3ac64a0e23f /lib
parente5422e7a0073b5923fb12b270eb0cb907e91762f (diff)
downloadchef-d754d8f3db3157d89143563984afe937bcfb855e.tar.gz
Bump version of chef to 12.12.24 by Chef Versioner.v12.12.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 7d2b003c15..82060f7a3c 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.12.23"
+ VERSION = "12.12.24"
end
#