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