We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SemanticVersion
Stringable
1 parent 2bfeda6 commit 615d20cCopy full SHA for 615d20c
src/main/java/xyz/srnyx/javautilities/objects/SemanticVersion.java
@@ -3,11 +3,13 @@
3
import org.jetbrains.annotations.NotNull;
4
import org.jetbrains.annotations.Nullable;
5
6
+import xyz.srnyx.javautilities.parents.Stringable;
7
+
8
9
/**
10
* Represents a Semantic version
11
*/
-public class SemanticVersion implements Comparable<SemanticVersion> {
12
+public class SemanticVersion extends Stringable implements Comparable<SemanticVersion> {
13
14
* The version string
15
0 commit comments