chore: bump version to 0.2.14

This commit is contained in:
Henri Bourcereau 2026-05-25 21:19:39 +02:00
parent fac0c1d29f
commit 2fd1ac1c44
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.13"
version = "0.2.14"
[workspace]
resolver = "2"

View file

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