Patch returns the patch version.
()
| 368 | |
| 369 | // Patch returns the patch version. |
| 370 | func (v Version) Patch() uint64 { |
| 371 | return v.patch |
| 372 | } |
| 373 | |
| 374 | // Prerelease returns the pre-release version. |
| 375 | func (v Version) Prerelease() string { |
no outgoing calls