From 8c241c9135e65533cf1500c3485fbf6e5ab9634d Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 27 Sep 2023 17:04:52 +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 86643a505..2873a1955 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.7" + version = "1.5.8-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.