bump to v4

This commit is contained in:
tooomm
2020-09-29 15:21:50 +02:00
committed by GitHub
parent d5f85378ab
commit c88150ec79

View File

@@ -203,7 +203,7 @@ def open_header(card_xml_file: IO[Any]) -> None:
"""
card_xml_file.write(
"<?xml version="1.0" encoding="UTF-8"?>\n"
+ "<cockatrice_carddatabase version='3' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://raw.githubusercontent.com/Cockatrice/Cockatrice/master/doc/carddatabase_v3/cards.xsd">\n"
+ "<cockatrice_carddatabase version='4' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://raw.githubusercontent.com/Cockatrice/Cockatrice/master/doc/carddatabase_v3/cards.xsd">\n"
+ " <!--\n"
+ " THIS FILE IS AUTOMATICALLY GENERATED & ALL EDITS WILL BE OVERRIDDEN.\n"
+ " -->\n"