From d596d890bcc7d74d34d185854873ba678bbf237b Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Thu, 29 Dec 2016 12:46:54 -0600 Subject: [PATCH] Bump to 0.14.10 because rebar3 is inept 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. --- src/jiffy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jiffy.app.src b/src/jiffy.app.src index ea3f1d1..b1fa09c 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, git}, + {vsn, "0.14.10"}, {registered, []}, {applications, [kernel, stdlib]}, {maintainers, ["Paul J. Davis"]},