From 3389035dbf673f2e5481319080845e15d916cf2b Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 27 Mar 2024 14:00:04 +0100 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 d94e4ca..e502d22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.1.3" + version = "0.1.4-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.