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