From 0588260419d2ad5849c74555a3c8a342649751a0 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Fri, 29 Dec 2023 21:57:39 +1300 Subject: [PATCH] Update release instructions for next version. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 884ef52d7..e302de15a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -41,7 +41,7 @@ Collect coverage and open `html` report. 1. Update crate versions. ```bash - sd -s 'version = "0.0.11"' 'version = "0.0.12"' $(fd -tf -F toml) README.md src/lib.rs + sd -s 'version = "0.0.12"' 'version = "0.0.13"' $(fd -tf -F toml) README.md src/lib.rs # Make sure only `peace` crates are updated. git --no-pager diff | rg '^[+]' | rg -v '(peace)|(\+\+\+)|\+version'