From 4bebd21824e361758aae2a747206b9b7e84eef71 Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Mon, 24 Mar 2025 18:06:31 -0400 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Justin HolguĂ­n --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9612915..25c5e4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,8 +63,8 @@ minor/patch updates. To do this just checkout `main`, force-create a new annotated tag, and push it: ``` -git tag -fa v4 -m "Updating v4 to 4.0.1" -git push origin v4 --force +git tag -fa v2 -m "Updating v2 to 2.0.1" +git push origin v2 --force ```