This repository was archived by the owner on May 20, 2025. It is now read-only.
Commit 197d8e3
authored
podspec: remove leading 'v' letter from version string (#731)
[`v1.2.3` is not a semantic version](https://github.com/mojombo/semver/blob/master/semver.md#is-v123-a-semantic-version). However, prefixing a semantic version with a "v" is a common way (in English)
to indicate it is a version number. Abbreviating "version" as "v" is often seen with version control.
Relate #7271 parent 2dd0ca2 commit 197d8e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments