verl.lte

You're seeing just the function lte, go back to verl module for more information.

Specs

lte(version(), version()) :: boolean() | {:error, :invalid_version}
Helper function that returns true the first version given is less than or equal to the second, otherwise returns false. See compare/2 for more details.