From 71586d95af04874997a8d5c111ceec0a56a3b8ab Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Mon, 29 Jan 2024 09:54:27 +0100 Subject: [PATCH] Fix typo in developer instructions (#16) --- development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.md b/development.md index 1368e25..e71e8b3 100644 --- a/development.md +++ b/development.md @@ -30,7 +30,7 @@ To create a new release for smesh, perform the following steps: * Click on "Publish release". 7) The new release is immediately usable and visible on the release page \o/ 8) To make sure people do not mistake the latest state of `main` as the latest release, we - set the version in the `Project.toml` to a *development* version. The development version + set the version in the `VERSION` file to a *development* version. The development version should be the latest released version, with the patch version incremented by one, and the `-dev` suffix added. For example, if you just released `v0.3.0`, the new development version should be `v0.3.1-dev`. If you just released `v0.2.4`, the new development