versioning: improve description wording

This commit is contained in:
Erik Arvstedt
2022-07-17 12:46:01 +02:00
parent 9d20837b90
commit 84b69dfb46
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -280,6 +280,6 @@
# The nix-bitcoin release version that your config is compatible with. # The nix-bitcoin release version that your config is compatible with.
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an # When upgrading to a backwards-incompatible release, nix-bitcoin will display an
# an error and provide hints for migrating your config to the new release. # an error and provide instructions for migrating your config to the new release.
nix-bitcoin.configVersion = "0.0.70"; nix-bitcoin.configVersion = "0.0.70";
} }
+2 -2
View File
@@ -16,8 +16,8 @@ let
compatible with. compatible with.
When upgrading to a backwards-incompatible release, nix-bitcoin will throw an When upgrading to a backwards-incompatible release, nix-bitcoin will throw an
error during evaluation and provide hints for migrating your config to the error during evaluation and provide instructions for migrating your config to
new release. the new release.
''; '';
}; };
}; };