From f2dff300893e02347e09a277aabab38cc5f7e79f Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 9 Oct 2024 14:29:31 +0200 Subject: [PATCH] Release v1.8.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2b0a7bab9..334b1badc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.8.1-SNAPSHOT" + version = "1.8.1" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.