Skip to content

Commit

Permalink
fix the tdfversion field
Browse files Browse the repository at this point in the history
  • Loading branch information
sujankota committed Dec 17, 2024
1 parent ca72c74 commit b64d181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/main/java/io/opentdf/platform/sdk/Manifest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class Manifest {
private static final Gson gson = new GsonBuilder()
.registerTypeAdapter(Manifest.class, new ManifestDeserializer())
.create();
@SerializedName(value = "tdf_spec_version")
String tdfVersion;

@Override
Expand Down

0 comments on commit b64d181

Please sign in to comment.