feat: unify version number

This commit is contained in:
Henri Bourcereau 2026-05-22 21:43:41 +02:00
parent 1686079ca9
commit 6e94f8d89a
9 changed files with 25 additions and 11 deletions

View file

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