From fecc38c7c733ba9a7fea9a77bf5da313c79b7aa0 Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 2 Nov 2023 16:26:35 +0100 Subject: [PATCH] Release 1.5.11 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 07eb7e735..f9c2d9e38 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.11-SNAPSHOT" + version = "1.5.11" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.