Use git tag to bump version
This commit is contained in:
parent
6bd5156d69
commit
254f7362c1
|
@ -10,4 +10,4 @@ rel/example_project
|
|||
.rebar
|
||||
tmp
|
||||
_build/
|
||||
rebar.lock
|
||||
rebar
|
|
@ -0,0 +1,4 @@
|
|||
[{<<"gproc">>,
|
||||
{git,"git://github.com/uwiger/gproc.git",
|
||||
{ref,"b7b0748d7adaf9b2243921d7e9cf320690eb0544"}},
|
||||
0}].
|
|
@ -1,7 +1,7 @@
|
|||
{application, ecpool,
|
||||
[
|
||||
{description, "Erlang Client/Connection Pool"},
|
||||
{vsn, "0.2"},
|
||||
{vsn, "git"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
|
Loading…
Reference in New Issue