From 0de64780e6d4b42bdef2ce868c4af7abdf2186f7 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sun, 11 Sep 2022 11:31:46 -0700 Subject: [PATCH] gradle.properties: consensusjVersion = 0.6.3 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. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 09ced82dc..cb3c2b301 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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