From b4db4eef3ca5a42d61f33da1b42b32dc773f88f2 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Wed, 4 Jan 2023 17:24:03 -0700 Subject: [PATCH] Release v1.9.0 --- Terminal.Gui/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Terminal.Gui/README.md b/Terminal.Gui/README.md index d459d3ac0..37a026fd7 100644 --- a/Terminal.Gui/README.md +++ b/Terminal.Gui/README.md @@ -68,7 +68,6 @@ The PR title should be of the form "Release v2.3.4" git checkout develop git pull upstream develop git checkout -b v_2_3_4 -git merge develop git add . git commit -m "Release v2.3.4" git push