From 78d8fa920ce10af19da09f320f295e545a6d4f9c Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 17 Oct 2024 10:34:05 +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 da67f8b6e..ca7c3f51e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.8.3" + version = "1.8.4-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.