mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[GH-ISSUE #525] Are these versions 1.0.0 and 1.0 different? #4632
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @masoudgs on GitHub (Jul 9, 2019).
Original GitHub issue: https://github.com/semver/semver/issues/525
I'm wondering are these versions difference or not?
@DavidFichtmueller commented on GitHub (Jul 9, 2019):
Yes they are different, as 1.0.0 is a valid SemVer whereas 1.0 is not. The patch part of the version is not optional. I hope this helps.