We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c4e4e commit a4212bdCopy full SHA for a4212bd
1 file changed
sdk/src/main/java/io/opentdf/platform/sdk/TDF.java
@@ -36,7 +36,7 @@
36
*/
37
public class TDF {
38
39
- private static final String TDF_VERSION = "x.x.x";
+ private static final String TDF_VERSION = "1.0.0";
40
private final long maximumSize;
41
42
/**
0 commit comments