Skip to content

Commit

Permalink
update zec client to 26.0.0 -> v24.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Nov 6, 2024
1 parent 5f45d3a commit e710a4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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.11.0] - 2024-11-06
### Changed
- Updated Zcash version v5.10.0 -> v6.0.0

## [24.09.0] - 2024-09-13
### Changed
- Updated Zcash version v5.9.1 -> v5.10.0
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.10.0
ARG VERSION=6.0.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.09.0'
RELEASE := 'v24.11.0'
# RELEASESEM := 'v1.9.0'

all: build
Expand Down

0 comments on commit e710a4e

Please sign in to comment.