summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-28 16:23:15 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-28 16:23:15 +0000
commitaa9bbabde662a58c581ed4d87707eac5534bc292 (patch)
tree4597cb6e884820c78d4747ef16a77ad41af5af88 /lib
parentc986df4589d6774ce55473dd3bcf4ad4d060092c (diff)
downloadchef-aa9bbabde662a58c581ed4d87707eac5534bc292.tar.gz
Bump version of chef to 12.16.25 by Chef Versioner.v12.16.25
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 093c69dfe7..5105e5355e 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.16.24"
+ VERSION = "12.16.25"
end
#