Skip to content

Commit

Permalink
DA5-5 fix API version (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos authored Nov 1, 2023
1 parent 9aac5af commit e2e5fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
org.gradle.java.installations.auto-download=false

# Versioning
cordaProductVersion = 5.1.0-DA
cordaProductVersion = 5.1.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 1
cordaApiRevision = 200-DA

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit e2e5fe2

Please sign in to comment.