We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968719b commit f732fcfCopy full SHA for f732fcf
src/eetcd.app.src
@@ -1,7 +1,7 @@
1
{application, eetcd,
2
[
3
{description, "ETCD V3 client"},
4
- {vsn, "0.4.0"},
+ {vsn, "0.5.0"},
5
{registered, [eetcd_sup, eetcd_conn_sup, eetcd_lease_sup]},
6
{mod, {eetcd_app, []}},
7
{applications, [kernel, stdlib, gun]},
0 commit comments