Skip to content

Commit 71586d9

Browse files
authored
Fix typo in developer instructions (#16)
1 parent d0387db commit 71586d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To create a new release for smesh, perform the following steps:
3030
* Click on "Publish release".
3131
7) The new release is immediately usable and visible on the release page \o/
3232
8) To make sure people do not mistake the latest state of `main` as the latest release, we
33-
set the version in the `Project.toml` to a *development* version. The development version
33+
set the version in the `VERSION` file to a *development* version. The development version
3434
should be the latest released version, with the patch version incremented by one, and the
3535
`-dev` suffix added. For example, if you just released `v0.3.0`, the new development
3636
version should be `v0.3.1-dev`. If you just released `v0.2.4`, the new development

0 commit comments

Comments
 (0)