diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-04-05 03:31:23 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-04-05 03:31:23 +0000 |
commit | f28ec615c7499fb3b76bdcd5f50a2e97e8289cc8 (patch) | |
tree | 90730ea2c005959ebd8fb09dd78b8780aee841d4 /lib | |
parent | b799a5020f3868336ad30deecec93217583df905 (diff) | |
download | chef-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.rb | 2 |
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 # |