Back to SNAPSHOT

This commit is contained in:
pm47 2024-07-03 16:04:32 +02:00
parent 6eb0940637
commit 2e22c0b80c
No known key found for this signature in database
GPG Key ID: E434ED292E85643A
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
FROM eclipse-temurin:21-jdk-jammy AS BUILD FROM eclipse-temurin:21-jdk-jammy AS BUILD
# Set necessary args and environment variables for building phoenixd # Set necessary args and environment variables for building phoenixd
ARG PHOENIXD_BRANCH=v0.1.5 ARG PHOENIXD_BRANCH=v0.2.0
ARG PHOENIXD_COMMIT_HASH=6845a31e6129a48e311b49402a5cc3b9bf887df2 ARG PHOENIXD_COMMIT_HASH=6eb09406376b2ec34f898a81adfb67c4a0ca1ed3
# Upgrade all packages and install dependencies # Upgrade all packages and install dependencies
RUN apt-get update \ RUN apt-get update \

View File

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