diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-04 03:33:22 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-04 03:33:22 +0000 |
commit | e3b9e67a880bcd658517f90a6add837c0e026798 (patch) | |
tree | 352c9985b7dea8d042cae4b6d139446caf492c1b /lib | |
parent | 6eeb145cf2719d91b33a814720425134ad159c00 (diff) | |
download | chef-e3b9e67a880bcd658517f90a6add837c0e026798.tar.gz |
Bump version of chef to 13.0.92 by Chef Versioner.v13.0.92
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 534864c519..efb2e8db1b 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.0.91" + VERSION = "13.0.92" end # |