summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-06-09 05:52:37 +0000
committerChef Versioner <chef-versioner@chef.io>2016-06-09 05:52:37 +0000
commit3de3af3a8d0c5f6dd9c65d9eb00ee7f0344968e7 (patch)
tree01a77e6219129c2beab0b05992dad2500a9401b9 /lib
parent2df55c48ad2458cb5a4b5cd3df85616175d6f905 (diff)
downloadchef-3de3af3a8d0c5f6dd9c65d9eb00ee7f0344968e7.tar.gz
Bump version of chef to 12.11.25 by Chef Versioner.v12.11.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 074b702da2..a7dc271707 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.11.24"
+ VERSION = "12.11.25"
end
#