Skip to content

Commit b8efe7b

Browse files
pm47vincenzopalazzo
authored andcommitted
Back to SNAPSHOT
1 parent 7488929 commit b8efe7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FROM eclipse-temurin:21-jdk-jammy AS BUILD
33

44
# Set necessary args and environment variables for building phoenixd
5-
ARG PHOENIXD_BRANCH=v0.3.3
6-
ARG PHOENIXD_COMMIT_HASH=4e805adcc69fb01d05497d1f75e173632eeb7024
5+
ARG PHOENIXD_BRANCH=v0.3.4
6+
ARG PHOENIXD_COMMIT_HASH=1a872b40b92bde3ae340bb8a7869a79d11fe5bff
77

88
# Upgrade all packages and install dependencies
99
RUN apt-get update \

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121

2222
allprojects {
2323
group = "fr.acinq.lightning"
24-
version = "0.3.4"
24+
version = "0.3.5-SNAPSHOT"
2525

2626
repositories {
2727
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.

0 commit comments

Comments
 (0)