Skip to content

Commit

Permalink
gradle.properties: consensusjVersion = 0.6.3
Browse files Browse the repository at this point in the history
Fix manual error on release. I forgot to remove the -SNAPSHOT in this
one file. Hopefully this can be fixed without making an 0.6.4 release.
  • Loading branch information
msgilligan committed Sep 11, 2022
1 parent f2eced3 commit 0de6478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.6.3-SNAPSHOT
consensusjVersion = 0.6.3

# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
bitcoinjGroup = org.bitcoinj
Expand Down

0 comments on commit 0de6478

Please sign in to comment.