From 12b790947b2a0a6114d78903325d11117d0ed090 Mon Sep 17 00:00:00 2001 From: pm47 Date: Fri, 15 Dec 2023 12:11:43 +0100 Subject: [PATCH] Release 1.5.14 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bb45ca4eb..45133b4c2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.14-SNAPSHOT" + version = "1.5.14" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.