From eb2be4132795299114a7a1140469d7e839371add Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 21 Feb 2024 15:48:50 +0100 Subject: [PATCH] Release 1.6.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 347670ef5..fec8fb735 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.6-SNAPSHOT" + version = "1.6.0" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.