We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abab4c commit fcbc9fcCopy full SHA for fcbc9fc
README.md
@@ -34,4 +34,4 @@ Eth Docker uses a "semver-ish" scheme.
34
large.
35
- Second through fourth digit, [semver](https://semver.org/).
36
37
-This is Eth Docker v2.16.0.0
+This is Eth Docker v2.17.0.0
ethd
@@ -1348,6 +1348,7 @@ __env_migrate() {
1348
fi
1349
if [[ "${__target_ver}" -gt "${__source_ver}" ]]; then
1350
echo "Migrating ${__env_file} to version ${__target_ver}"
1351
+ echo "Note this is not an Eth Docker version, it is an internal config file version"
1352
1353
1354
${__as_owner} cp "${__env_file}" "${__env_file}".source
0 commit comments