diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-03-15 18:00:43 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-03-15 18:00:43 +0000 |
commit | 8530d59fc4fdf3f0afe44a968abf331741083986 (patch) | |
tree | c8fea804fdf7cd4789f68961846b35d0c8dbf734 /lib/chef/version.rb | |
parent | e2496911c433e6bd9f9b3506ab08a27c552436d4 (diff) | |
download | chef-8530d59fc4fdf3f0afe44a968abf331741083986.tar.gz |
Bump version of chef to 13.0.42 by Chef Versioner.v13.0.42
Diffstat (limited to 'lib/chef/version.rb')
-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 cd4e6f0a71..d5c6a65110 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.41" + VERSION = "13.0.42" end # |