File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6+
7+ ## [ 24.01.5] - 2024-06-18
8+ ### Changed
9+ - bump version v4.7.4 -> v4.7.5
10+
11+
612## [ 24.01.4] - 2024-04-15
713### Changed
814- bump version v4.7.2 -> v4.7.3
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
1919 chown -R dockeruser /opt/graphsense
2020
2121USER dockeruser
22- RUN wget https://github.com/tronprotocol/java-tron/releases/download/GreatVoyage-v4.7.4 /FullNode.jar -O /opt/graphsense/FullNode.jar
22+ RUN wget https://github.com/tronprotocol/java-tron/releases/download/GreatVoyage-v4.7.5 /FullNode.jar -O /opt/graphsense/FullNode.jar
2323ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc.so.4"
2424ENV TCMALLOC_RELEASE_RATE=10
2525ADD conf/main_net_config.conf /opt/graphsense/client.conf
Original file line number Diff line number Diff line change 1- RELEASE := 'v24.01.4 '
1+ RELEASE := 'v24.01.5 '
22# RELEASESEM := 'v1.3.0'
33
44all : build
You can’t perform that action at this time.
0 commit comments