From 1b1c34d85cf456b01f031224633d5061d00ce84c Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Fri, 25 Aug 2023 17:47:35 +0200 Subject: [PATCH] Release 1.5.3 (#519) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3c214598d..d1cc06538 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.3-SNAPSHOT" + version = "1.5.3" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.