public class Version
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
static java.lang.String |
VERSION |
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getVersion()
Gets the version number of the running version of Mendel
|
static void |
printSplash()
Print the Mendel splash art and version information.
|
void |
printVersionInformation()
Print Mendel version information.
|
public static final java.lang.String NAME
public static final java.lang.String VERSION
public static java.lang.String getVersion()
public void printVersionInformation()
public static void printSplash()