Bump version to 3.0.0
This commit is contained in:
parent
5c291ff23e
commit
309f3560f3
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PROJECT = emqx
|
PROJECT = emqx
|
||||||
PROJECT_DESCRIPTION = EMQ X Broker
|
PROJECT_DESCRIPTION = EMQ X Broker
|
||||||
PROJECT_VERSION = 3.0
|
PROJECT_VERSION = 3.0.0
|
||||||
|
|
||||||
DEPS = jsx gproc gen_rpc ekka esockd cowboy clique
|
DEPS = jsx gproc gen_rpc ekka esockd cowboy clique
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{application,emqx,
|
{application,emqx,
|
||||||
[{description,"EMQ X Broker"},
|
[{description,"EMQ X Broker"},
|
||||||
{vsn,"3.0-rc.4"},
|
{vsn,"3.0.0"},
|
||||||
{modules,[]},
|
{modules,[]},
|
||||||
{registered,[emqx_sup]},
|
{registered,[emqx_sup]},
|
||||||
{applications,[kernel,stdlib,jsx,gproc,gen_rpc,esockd,
|
{applications,[kernel,stdlib,jsx,gproc,gen_rpc,esockd,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue