summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-04 17:38:06 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-04 17:38:06 +0000
commit080fa0cb1212020a949f226fda3a0a4c35f6d5ae (patch)
tree800f0df6de04e253174526bf0b007681d0bb8411 /lib
parentc3f5422f39853996b852ff561622ecc67dfcc826 (diff)
downloadchef-080fa0cb1212020a949f226fda3a0a4c35f6d5ae.tar.gz
Bump version of chef to 12.13.25 by Chef Versioner.v12.13.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 2d97b9096a..42a8da66c1 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.24"
+ VERSION = "12.13.25"
end
#