Skip to content

Commit

Permalink
Bump version for next release and fixed int test
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Dec 13, 2024
1 parent a00dd48 commit 58e0da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ void testGetLatestProtocolParameters() throws ApiException {

assertThat(protocolParams.getCostModels().get("PlutusV1").size(), is(166));
assertThat(protocolParams.getCostModels().get("PlutusV2").size(), is(175));
assertThat(protocolParams.getCostModels().get("PlutusV3").size(), is(251));
assertThat(protocolParams.getCostModels().get("PlutusV3").size(), greaterThanOrEqualTo(251));
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.bloxbean.cardano
artifactId = cardano-client-lib
version = 0.6.2.1-SNAPSHOT
version = 0.6.3

0 comments on commit 58e0da8

Please sign in to comment.