Skip to content

Commit 31c5fc7

Browse files
authored
Merge pull request #68 from vkatsuba/start-use-git-vsn
Start use git in vsn
2 parents 1f5b73f + 90385b7 commit 31c5fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/erlcron.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,erlcron,
22
[{description,"Erlang Implementation of cron"},
3-
{vsn,"0.1"},
3+
{vsn,git},
44
{modules,[]},
55
{registered,[ecrn_agent]},
66
{applications,[kernel,stdlib]},

0 commit comments

Comments
 (0)