Skip to content

Commit a9b672d

Browse files
committed
fix: use git-derived version in app.src
1 parent fe3fe4b commit a9b672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nova_json_schemas.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, nova_json_schemas, [
22
{description, "Validating JSON with schemas"},
3-
{vsn, "0.1.1"},
3+
{vsn, "git"},
44
{registered, []},
55
{applications, [
66
kernel,

0 commit comments

Comments
 (0)