Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 8, 2022
1 parent 009fa50 commit b242214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN curl -Ls https://github.com/CityChainFoundation/city-chain/releases/download/v1.0.34/City.Chain-1.0.34-linux-x64.tar.gz \
RUN curl -Ls https://github.com/CityChainFoundation/city-chain/releases/download/v1.0.35/City.Chain-1.0.35-linux-x64.tar.gz \
| tar -xvz -C .

COPY city.conf.docker /root/.citychain/city/CityMain/city.conf
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citychain",
"version": "1.0.34",
"version": "1.0.35",
"license": "MIT",
"author": {
"name": "City Chain Foundation",
Expand Down

0 comments on commit b242214

Please sign in to comment.