Version

public Version Version(IntArray array)
public Version Version(String string)


public Version Version(Integer major, Integer minor, Integer patch)

Parameters

major

Incremented with major non backwards compatible changes occur

minor

Incremented with feature releases that don't destroy backwards compatibility

patch

Incremented with bug fixes that don't destroy backwards compatibility