Skip to content

Commit 0f3cc88

Browse files
authored
Merge pull request #4619 from EOSIO/feature/bump-version-to-1.0.10
bump version to 1.0.10
2 parents 749e0fe + c45373b commit 0f3cc88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set( CXX_STANDARD_REQUIRED ON)
2020

2121
set(VERSION_MAJOR 1)
2222
set(VERSION_MINOR 0)
23-
set(VERSION_PATCH 9)
23+
set(VERSION_PATCH 10)
2424

2525
set( CLI_CLIENT_EXECUTABLE_NAME cleos )
2626
set( GUI_CLIENT_EXECUTABLE_NAME eosio )

Docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ cd eos/Docker
2020
docker build . -t eosio/eos
2121
```
2222

23-
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.9 tag, you could do the following:
23+
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.10 tag, you could do the following:
2424

2525
```bash
26-
docker build -t eosio/eos:v1.0.9 --build-arg branch=v1.0.9 .
26+
docker build -t eosio/eos:v1.0.10 --build-arg branch=v1.0.10 .
2727
```
2828

2929
By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image.
@@ -181,7 +181,7 @@ Note: if you want to use the mongo db plugin, you have to enable it in your `dat
181181

182182
```
183183
# pull images
184-
docker pull eosio/eos:v1.0.9
184+
docker pull eosio/eos:v1.0.10
185185
186186
# create volume
187187
docker volume create --name=nodeos-data-volume

0 commit comments

Comments
 (0)