From 4297f76b3a8cd21374d3d88e95be96d48f1611b5 Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 3 Oct 2024 14:05:25 +0200 Subject: [PATCH] Release v1.8.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 468e57e93..ff5fd8b1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.7.4-SNAPSHOT" + version = "1.8.0" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.