Set version to 0.2.0

This commit is contained in:
pm47
2024-07-03 15:56:45 +02:00
parent c2bd9f287c
commit 6eb0940637

View File

@@ -21,7 +21,7 @@ plugins {
allprojects {
group = "fr.acinq.lightning"
version = "0.1.6-SNAPSHOT"
version = "0.2.0"
repositories {
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.