From 8cf10b1b62321938d5310cd71c6909d4ff0df0f0 Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Mon, 8 Jun 2026 14:45:35 +0200 Subject: [PATCH] chore: bump version to 0.2.17 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52537ac..7897d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.16" +version = "0.2.17" [workspace] resolver = "2" diff --git a/flake.nix b/flake.nix index 91e1038..89d3586 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ trictrac = with final; rustPlatform.buildRustPackage { pname = "trictrac"; - version = "0.2.16"; # trictrac-version + version = "0.2.17"; # trictrac-version src = ./.; nativeBuildInputs = [ pkg-config ];