Skip to content

Commit 5fcf2d2

Browse files
authored
Merge pull request #4711 from EOSIO/feature/bump-version-to-1.1.0
bump version to 1.1.0
2 parents a1ecc7f + 1f00d4f commit 5fcf2d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ set( CMAKE_CXX_EXTENSIONS ON )
1919
set( CXX_STANDARD_REQUIRED ON)
2020

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

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

Docker/README.md

Lines changed: 2 additions & 2 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.10 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.1.0 tag, you could do the following:
2424

2525
```bash
26-
docker build -t eosio/eos:v1.0.10 --build-arg branch=v1.0.10 .
26+
docker build -t eosio/eos:v1.1.0 --build-arg branch=v1.1.0 .
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.

0 commit comments

Comments
 (0)