Returns the current Bazel version
Parses a version string into a 3-tuple of ints
int tuples can be compared directly using binary operators (<, >).
Check that the version of Bazel is valid within the specified range.
Check that a version is lower or equals to a threshold.
Check that a version is higher or equals to a threshold.