From dc32f6bf5f9724b79cce200b82eac917d351c372 Mon Sep 17 00:00:00 2001 From: Dominique Padiou <5765435+dpad85@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:54:15 +0100 Subject: [PATCH] Release 1.5.12 (#562) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2fca83c04..dfab0c942 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.12-SNAPSHOT" + version = "1.5.12" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.