From 2dfd46d97f6bb933f7b42125fc248cc76d60cdc7 Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 22 Feb 2024 10:30:48 +0100 Subject: [PATCH] Release 1.6.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index eff548e74..6a0a4f5f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.7.0-SNAPSHOT" + version = "1.6.1" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.