Skip to content

Commit 4c4caee

Browse files
committed
fix: ensure release version and app version in sync
1 parent ee5cfb6 commit 4c4caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jq.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, jq,
22
[{description, "A library for executing JQ (https://stedolan.github.io/jq/) filter programs"},
3-
{vsn, "0.1.0"},
3+
{vsn, "git"},
44
{registered, []},
55
{mod, {jq_app, []}},
66
{applications,

0 commit comments

Comments
 (0)