Skip to content

Commit

Permalink
Document semver-ish versioning (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 25, 2023
1 parent 850cad0 commit 3c2712b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ please read the [contribution guidelines](CONTRIBUTING.md) so you can run lint c

## Version

This is Eth Docker v2.3.9
Eth Docker uses a "semver-ish" scheme.
- First digit, major shifts in how things work. The last one was Ethereum merge. I do not expect another shift that
large.
- Second through fourth digit, [semver](https://semver.org/).

This is Eth Docker v2.3.10.0
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ MEV_NODE=http://mev-boost:18550
# The default source build targets build from the latest github tag

# Eth Docker updates its code to latest by default.
# Set a github tag here to pin it to a version.
# Set a Github tag here to pin it to a version. Supported from v2.3.9.
ETH_DOCKER_TAG=

# SSV
Expand Down

0 comments on commit 3c2712b

Please sign in to comment.