diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-23 21:45:04 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-23 21:45:04 +0000 |
commit | a228e5fb04a979021247f0a6ef8315c8508350d5 (patch) | |
tree | d53fd23b55ef8488510d01d117ffb89ff7368f52 /lib/chef | |
parent | c4509489877cf3058f40d1d97459ca6a01bb3119 (diff) | |
download | chef-a228e5fb04a979021247f0a6ef8315c8508350d5.tar.gz |
Bump version of chef to 13.1.22 by Chef Versioner.v13.1.22
Diffstat (limited to 'lib/chef')
-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 6bf1fb664b..a6aa035252 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.1.21" + VERSION = "13.1.22" end # |