Skip to content

Instantly share code, notes, and snippets.

@supersimple
Created September 30, 2018 05:38
Show Gist options
  • Save supersimple/0549bdbc5e88465579ef10127a6860e2 to your computer and use it in GitHub Desktop.
Save supersimple/0549bdbc5e88465579ef10127a6860e2 to your computer and use it in GitHub Desktop.
iex(4)> Version.parse!("2.3.4")
#Version<2.3.4>
iex(5)> Version.parse!("0.09")
** (Version.InvalidVersionError) invalid version: "0.09"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment