# File lib/chef/cookbook_version.rb, line 365 def version=(new_version) manifest["version"] = new_version metadata.version(new_version) end