diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-03-29 21:44:23 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-03-29 21:44:23 +0000 |
commit | d4162533c1c6015ac7e368f1751287df5d3b70a5 (patch) | |
tree | ac6b8c56e76847b033d33edc7a8a0b74166842b6 /lib/chef | |
parent | c401c3b0069f3e95d20bceaa0da2cf8971d5b5a2 (diff) | |
download | chef-d4162533c1c6015ac7e368f1751287df5d3b70a5.tar.gz |
Bump version of chef to 13.0.74 by Chef Versioner.v13.0.74
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 12fc9497ea..725a786f0e 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.73" + VERSION = "13.0.74" end # |