From 8c8a38cd20a2b4fef2e3d737a97d6be7178b15fc Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 5 Oct 2023 14:29:37 +0200 Subject: [PATCH] Back to SNAPSHOT --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bde41e539..fe5b8f368 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.9" + version = "1.5.10-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.