Increased version string in ZUGFeRDExporter

This commit is contained in:
AlexanderSchmidt
2015-10-26 11:30:17 +01:00
parent 9bd5c1cc6e
commit ec6159c490

View File

@@ -103,7 +103,7 @@ public class ZUGFeRDExporter {
//// MAIN CLASS
private String conformanceLevel = "U";
private String versionStr = "1.2.0";
private String versionStr = "1.3.0";
// BASIC, COMFORT etc - may be set from outside.
private String ZUGFeRDConformanceLevel = null;