From 88a6826517de55fe242de8b8ef4b7da382558f3d Mon Sep 17 00:00:00 2001 From: pm47 Date: Mon, 26 Aug 2024 14:36:02 +0200 Subject: [PATCH] Release v1.7.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fd44398f0..46783380a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.7.3-SNAPSHOT" + version = "1.7.3" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.