summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-11 19:52:46 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-11 19:52:46 +0000
commit4bea26334396755625b3094272d9852b400bb053 (patch)
tree61b6194e030df268f6ac2f82b696b4229f96394c /lib/chef
parent4bb7346b9d3f5468b9f0dcee093da50169fc70d6 (diff)
downloadchef-4bea26334396755625b3094272d9852b400bb053.tar.gz
Bump version of chef to 12.19.25 by Chef Versioner.v12.19.25
Diffstat (limited to 'lib/chef')
-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 4573e2ea7a..347a761e19 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.19.24"
+ VERSION = "12.19.25"
end
#