From b612358c63e56e1f69a9254ae4fccb6f754e9f17 Mon Sep 17 00:00:00 2001 From: pm47 Date: Tue, 9 Apr 2024 16:37:14 +0200 Subject: [PATCH] set version to 1.7.3-FEECREDIT-11 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 46783380a..a59078c4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.7.3" + version = "1.7.3-FEECREDIT-11" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.