set version to 0.1.0

This commit is contained in:
pm47
2024-03-21 14:52:55 +01:00
parent eb16d745f4
commit cb6aff83ac

View File

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