Skip to content

Commit 0e8dd01

Browse files
authored
Merge pull request #5549 from EOSIO/feature/bump-version-to-1.2.4
bump version to 1.2.4
2 parents 2a41a4a + bafec79 commit 0e8dd01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

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

2828
set(VERSION_MAJOR 1)
2929
set(VERSION_MINOR 2)
30-
set(VERSION_PATCH 3)
30+
set(VERSION_PATCH 4)
3131

3232
set( CLI_CLIENT_EXECUTABLE_NAME cleos )
3333
set( NODE_EXECUTABLE_NAME nodeos )

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.2.3 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.2.4 tag, you could do the following:
2424

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