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

@ -11,7 +11,6 @@ bump version:
sed -i 's/version = "[0-9.]*"; # trictrac-version/version = "{{version}}"; # trictrac-version/' flake.nix
git add Cargo.toml flake.nix
git commit -m "chore: bump version to {{version}}"
git flow release start {{version}}
@echo "Done. Finish with: git flow release finish {{version}}"
# Sync pages content to production server