Skip to content

Instantly share code, notes, and snippets.

@supersimple
Created September 30, 2018 06:28
Show Gist options
  • Save supersimple/968942fd3d25309ab4c4cf0b31dcd878 to your computer and use it in GitHub Desktop.
Save supersimple/968942fd3d25309ab4c4cf0b31dcd878 to your computer and use it in GitHub Desktop.
iex> Version.match?("2.0.0", "> 1.0.0")
true
iex> Version.match?("2.0.0", "== 1.0.0")
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment