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