Skip to content

Commit

Permalink
Change InvoicesDocWriter document version to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
firebed committed Oct 16, 2024
1 parent a6fea49 commit d255c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xml/InvoicesDocWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class InvoicesDocWriter extends XMLWriter
{
private const DOC_VERSION = 'v1.0.8';
private const DOC_VERSION = 'v1.0.9';

private const XMLNS = 'http://www.aade.gr/myDATA/invoice/v1.0';
private const XSI = 'http://www.w3.org/2001/XMLSchema-instance';
Expand Down

0 comments on commit d255c81

Please sign in to comment.