diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-03-25 05:01:50 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-03-25 05:01:50 +0000 |
commit | eaa669175bd68c1de5e125d2a4a5f81b4a557dc2 (patch) | |
tree | 4fadb0e0d4dd9ead9b687796c317b508004ef9f6 /lib | |
parent | 67911e8626c4ca61eae8b1ecd720b13b713fc4de (diff) | |
download | chef-eaa669175bd68c1de5e125d2a4a5f81b4a557dc2.tar.gz |
Bump version of chef to 12.9.2 by Chef Versioner.v12.9.2
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 106c2a94ce..a32fda9534 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.1" + VERSION = "12.9.2" end # |