summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-05 03:31:23 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-05 03:31:23 +0000
commitf28ec615c7499fb3b76bdcd5f50a2e97e8289cc8 (patch)
tree90730ea2c005959ebd8fb09dd78b8780aee841d4 /lib
parentb799a5020f3868336ad30deecec93217583df905 (diff)
downloadchef-f28ec615c7499fb3b76bdcd5f50a2e97e8289cc8.tar.gz
Bump version of chef to 12.9.25 by Chef Versioner.v12.9.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 d48adf894c..afe72b454f 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.9.24"
+ VERSION = "12.9.25"
end
#