public class Version extends Object
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
Version |
incMajor() |
Version |
incMinor() |
Version |
incPatch() |
static Version |
parse(String version) |
Version |
release() |
String |
toString() |
Version |
withSuffix(String suffix) |
Copyright © 2020. All rights reserved.