We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a7ff8 commit ffcbbbdCopy full SHA for ffcbbbd
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
10
allprojects {
11
group = "fr.acinq.eclair"
12
- version = (project.findProperty("publishVersion") as? String?) ?: "snapshot"
+ version = "1.0-beta8"
13
14
repositories {
15
mavenLocal()
0 commit comments