chore: bump version to 0.2.20

This commit is contained in:
Henri Bourcereau 2026-07-28 15:39:29 +02:00
parent c9550af4ad
commit 0b22e6ebef
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
trictrac = with final; rustPlatform.buildRustPackage {
pname = "trictrac";
version = "0.2.19"; # trictrac-version
version = "0.2.20"; # trictrac-version
src = ./.;
nativeBuildInputs = [ pkg-config ];