diff --git a/VERSION b/VERSION index d81f1c3..d156ab4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.9 \ No newline at end of file +0.2.10 \ No newline at end of file diff --git a/docs/default.nix b/docs/default.nix index 2516c0e..5bb2627 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -125,6 +125,11 @@ in stdenv.mkDerivation { '@VERSION@' \ ${builtins.readFile ../VERSION} + substituteInPlace ./usage.md \ + --replace \ + '@VERSION@' \ + ${builtins.readFile ../VERSION} + substituteInPlace ./options.md \ --replace \ '@OPTIONS_JSON@' \ diff --git a/docs/usage.md b/docs/usage.md index bb55e55..6e742a2 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -63,7 +63,7 @@ guarantee Self Host Block won't use a non-existing option from `nixpkgs`. To pin Self Host Blocks to a release/tag, run the following snippet: ```nix -nix flake lock --override-input selfhostblocks github:ibizaman/selfhostblocks/v0.2.2 +nix flake lock --override-input selfhostblocks github:ibizaman/selfhostblocks/@VERSION@ ``` Updating Self Host Blocks to a new version can be done the same way.