Skip to content

Commit 3c2712b

Browse files
authored
Document semver-ish versioning (#1638)
1 parent 850cad0 commit 3c2712b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ please read the [contribution guidelines](CONTRIBUTING.md) so you can run lint c
2929

3030
## Version
3131

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

default.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ MEV_NODE=http://mev-boost:18550
164164
# The default source build targets build from the latest github tag
165165

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

170170
# SSV

0 commit comments

Comments
 (0)