Skip to content

Commit

Permalink
Back to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 authored and vincenzopalazzo committed Nov 7, 2024
1 parent 7488929 commit b8efe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3
ARG PHOENIXD_COMMIT_HASH=4e805adcc69fb01d05497d1f75e173632eeb7024
ARG PHOENIXD_BRANCH=v0.3.4
ARG PHOENIXD_COMMIT_HASH=1a872b40b92bde3ae340bb8a7869a79d11fe5bff

# Upgrade all packages and install dependencies
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

allprojects {
group = "fr.acinq.lightning"
version = "0.3.4"
version = "0.3.5-SNAPSHOT"

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

0 comments on commit b8efe7b

Please sign in to comment.