From 03574b4b0015780d82bb08e7dd6f333be93c72b6 Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 27 Sep 2023 17:02:52 +0200 Subject: [PATCH] Release 1.5.7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index db0850fa1..86643a505 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.7-SNAPSHOT" + version = "1.5.7" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.