bump version

This commit is contained in:
lza_menace 2023-03-27 20:22:58 -07:00
parent dcfe025a13
commit be4114b577
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
build-essential cmake pkg-config libboost-all-dev \
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.10.0.2 .
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.11.0.1 .
RUN make -j4