Use git tag to bump version

This commit is contained in:
GilbertWong 2019-06-12 09:29:50 +08:00
parent 6bd5156d69
commit 254f7362c1
4 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -10,4 +10,4 @@ rel/example_project
.rebar .rebar
tmp tmp
_build/ _build/
rebar.lock rebar

BIN
rebar vendored

Binary file not shown.

4
rebar.lock Normal file
View File

@ -0,0 +1,4 @@
[{<<"gproc">>,
{git,"git://github.com/uwiger/gproc.git",
{ref,"b7b0748d7adaf9b2243921d7e9cf320690eb0544"}},
0}].

View File

@ -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,