Skip to content

Commit

Permalink
chore: release 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 6, 2023
1 parent 96d94c5 commit 50ea365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
apply plugin: 'jacoco'
apply plugin: 'signing'

version = '20.0.0-SNAPSHOT'
version = '20.0.0'
archivesBaseName = 'dashj-core'
eclipse.project.name = 'dashj-core'

Expand Down Expand Up @@ -40,7 +40,7 @@ javadoc.options.encoding = 'UTF-8'

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.14.0'
artifact = 'com.google.protobuf:protoc:3.17.3'
}
generateProtoTasks {
all().each { task ->
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/VersionMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
public class VersionMessage extends Message {

/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "20.0.0-SNAPSHOT";
public static final String BITCOINJ_VERSION = "20.0.0";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/DashJ:" + BITCOINJ_VERSION + "/";

Expand Down

0 comments on commit 50ea365

Please sign in to comment.