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