mirror of
https://github.com/semver/semver.git
synced 2026-03-10 16:02:25 -05:00
Are spaces allowed? #194
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 @BartG95 on GitHub (Aug 26, 2015).
Are spaces allowed in version numbers? e.g. "1 . 0 .0"
This would make parsing difficult, so if it is allowed, I think it shouldn't be.
@haacked commented on GitHub (Aug 26, 2015):
It is not allowed.