chore: bump version to 0.2.13

This commit is contained in:
Henri Bourcereau 2026-05-25 21:01:17 +02:00
parent 50f5c43a21
commit 68a8535397
3 changed files with 2 additions and 3 deletions

View file

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