Skip to content

Commit

Permalink
Bump to 0.14.10 because rebar3 is inept
Browse files Browse the repository at this point in the history
Apparently rebar3 can't generate a sane version number from Git tags and
adds a bunch of BS build number and ref tags which hex.pm then rejects.
Given that I can't find any documentation on how that works and reading
code is an exercise in over engineered abstractionism I've succumbed to
the demoralizing conclusion that I'll just have to go back to the dark
ages and maintain my versions both in source and in version control.
  • Loading branch information
davisp committed Dec 29, 2016
1 parent a2d0859 commit d596d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jiffy.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, jiffy, [
{description, "JSON Decoder/Encoder."},
{vsn, git},
{vsn, "0.14.10"},
{registered, []},
{applications, [kernel, stdlib]},
{maintainers, ["Paul J. Davis"]},
Expand Down

0 comments on commit d596d89

Please sign in to comment.