From 3071ece5ef16328dcc32a2b38173b7cb0ed8fb27 Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 10 Oct 2024 13:53:11 +0200 Subject: [PATCH] Release v1.8.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d8934bd3c..c645aaf2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.8.2-SNAPSHOT" + version = "1.8.2" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.