diff --git a/src/jiffy.app.src b/src/jiffy.app.src index 32adefa..d62aadb 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "%VSN%"}, + {vsn, git}, {registered, []}, {mod, reloading, []}, {applications, [kernel]}