Version 2.3.2

This commit is contained in:
Feng Lee 2017-12-06 10:01:42 +08:00
parent a86fe1c066
commit c3c5589452
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PROJECT = emqttd
PROJECT_DESCRIPTION = Erlang MQTT Broker
PROJECT_VERSION = 2.3.1
PROJECT_VERSION = 2.3.2
DEPS = goldrush gproc lager esockd ekka mochiweb pbkdf2 lager_syslog bcrypt clique jsx

View File

@ -1,6 +1,6 @@
{application,emqttd,
[{description,"Erlang MQTT Broker"},
{vsn,"2.3.1"},
{vsn,"2.3.2"},
{modules,[]},
{registered,[emqttd_sup]},
{applications,[kernel,stdlib,gproc,lager,esockd,mochiweb,