From 97025b76dfc351218bbc984968ab339507c104eb Mon Sep 17 00:00:00 2001 From: pm47 Date: Tue, 30 Jul 2024 15:59:21 +0200 Subject: [PATCH] Set version to 0.3.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9420c10..3451736 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.3.2-SNAPSHOT" + version = "0.3.2" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.