From 78900cd41240ef55300c309074d9cd59362ff3d8 Mon Sep 17 00:00:00 2001 From: Yinan Liu <60390925+yinan-symphony@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:13:46 +0200 Subject: [PATCH] Prepare BDK 3.0.0 alpha release (#774) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 533ea9f2b..90cca93fc 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "org.owasp.dependencycheck" version "8.2.1" } -ext.projectVersion = '2.15.0-SNAPSHOT' +ext.projectVersion = '3.0.0-SNAPSHOT' ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT') ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'