Skip to content

Commit

Permalink
update zec client to 5.10 -> v24.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Sep 13, 2024
1 parent 2acd814 commit 5f45d3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.09.0] - 2024-09-13
### Changed
- Updated Zcash version v5.9.1 -> v5.10.0
-
## [24.06.0] - 2024-06-18
### Changed
- Updated Zcash version v5.9.0 -> v5.9.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.url="https://www.ikna.io/"
LABEL org.opencontainers.image.description="Dockerized Zcash client"
LABEL org.opencontainers.image.source="https://github.com/graphsense/zec-client"

ARG VERSION=5.9.1
ARG VERSION=5.10.0

ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE := 'v24.06.0'
RELEASE := 'v24.09.0'
# RELEASESEM := 'v1.9.0'

all: build
Expand Down

0 comments on commit 5f45d3a

Please sign in to comment.