Skip to content

Commit 7c8e93e

Browse files
authored
Fix example in docs for versioning (#1181)
1 parent 1ef074f commit 7c8e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs-contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ breaking changes, increment the number in the suffix, for example `-alpha.2`.
3939
When releasing, remove the suffix and then publish.
4040

4141
For example, let's say the last published version of `javy` is `2.0.0`, so the
42-
current version in the Cargo.toml file is `2.0.0-alpha.1`. If you add a new
42+
current version in the Cargo.toml file is `2.0.1-alpha.1`. If you add a new
4343
public function, you would change the version to `2.1.0-alpha.1`. This is
4444
because adding a new public function is considered an additive change. After
4545
merging those changes, if you add a new public function, you would change the

0 commit comments

Comments
 (0)