Skip to content

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonsztuka committed Oct 6, 2023
1 parent b97f8f8 commit 7047874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public enum ParameterTypeLabel {
TIMESTAMP(ZonedDateTime.class),
BYTES(ByteBuffer.class),
JSON(String.class),

SIGNED_TX(DigitalSignatureAndMetadata.class);

@NotNull
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cordaProductVersion = 5.1.0-INTEROP
## IMPORTANT:
## The interop feature branches track api revisions separately to the mainline branch.
## API version of last merge from corda mainline: 19
cordaApiRevision = 20.Jim
cordaApiRevision = 21

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit 7047874

Please sign in to comment.