Skip to content

Commit

Permalink
update v4.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed May 31, 2024
1 parent 186fe57 commit ebfff50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1566,13 +1566,13 @@ dgiot_shell
# set parameters by default value
deployType=single # [single | cluster | devops | otp| ci | atomgit]
plugin="dgiot" # [dgiot | dgiot_your_plugin]
software="dgiot_b37" # [dgiot_b20| dgiot_n]
dgiotmd5="4fc88e3b797ae4104fd3f6779604a2c7" # [dgiotmd5]
software="dgiot_b40" # [dgiot_b20| dgiot_n]
dgiotmd5="c0a54cea57298c688628f70baa41cc16" # [dgiotmd5]
pg_eip="changeyourip" # [datanode_eip]
pg_auth='changeyourpassword' # [pg_auth]
islanip="false" # [islanip]
html_software="dgiot_html_4.8.6" # [dgiot_html_4.8.2| dgiot_html_n]
htmlmd5="cf7ecfc44b3fff2083754271d60fa00f" # [htmlmd5]
html_software="dgiot_html_4.8.7" # [dgiot_html_4.8.2| dgiot_html_n]
htmlmd5="c2f6f842363c29852b43da42373edb73" # [htmlmd5]
atomplugin="atomgit" # [atomgit | jt808]

while getopts "v:s:p:m:d:e:a:n" arg; do
Expand Down
2 changes: 1 addition & 1 deletion include/emqx_release.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

-ifndef(EMQX_ENTERPRISE).

-define(EMQX_RELEASE, {opensource, "4.8.7"}).
-define(EMQX_RELEASE, {opensource, "4.8.8"}).

-else.

Expand Down

0 comments on commit ebfff50

Please sign in to comment.