Back to SNAPSHOT

This commit is contained in:
pm47 2024-05-16 18:41:14 +02:00
parent 6845a31e61
commit 68d2512f7a
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
# Set necessary args and environment variables for building phoenixd
ARG PHOENIXD_BRANCH=v0.1.4
ARG PHOENIXD_COMMIT_HASH=04bd430c48b09611ac201d44fe4a25c32aad0a5f
ARG PHOENIXD_BRANCH=v0.1.5
ARG PHOENIXD_COMMIT_HASH=6845a31e6129a48e311b49402a5cc3b9bf887df2
# Upgrade all packages and install dependencies
RUN apt-get update \

View File

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