summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-23 03:17:39 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-23 03:17:39 +0000
commitdca6734d9c22953f80f3fd8b13e16f8a141f2a36 (patch)
treedbdd7ce005a0eb010a84bdc1c49553c80d915e90 /lib/chef/version.rb
parente52b9268b1e65b3ff2ed6744efa9af91526b373e (diff)
downloadchef-dca6734d9c22953f80f3fd8b13e16f8a141f2a36.tar.gz
Bump version of chef to 12.14.24 by Chef Versioner.v12.14.24
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 9d8520d5e9..8bbfcd413f 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.23"
+ VERSION = "12.14.24"
end
#