From 74f26ae5750ec4dc9b2ae14b851ecb9c86612618 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Fri, 30 Jun 2023 18:29:09 +0200 Subject: [PATCH] Back to SNAPSHOT (#496) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6ef7cbb70..621c0124d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "1.5.0" + version = "1.5.1-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.