From fb0ae194f5ba6407c886294434fd2694e1801bef Mon Sep 17 00:00:00 2001 From: pm47 Date: Tue, 16 Jul 2024 17:39:08 +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 d54d298a3..fd44398f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.7.2" + version = "1.7.3-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.