Skip to content

Commit c007c8f

Browse files
committed
feat: update 4.8.9
1 parent 5adc3c9 commit c007c8f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dgiot_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,13 +1725,13 @@ dgiot_shell
17251725
# set parameters by default value
17261726
deployType=single # [single | cluster | devops | otp| ci | atomgit]
17271727
plugin="dgiot" # [dgiot | dgiot_your_plugin]
1728-
software="dgiot_b40" # [dgiot_b20| dgiot_n]
1729-
dgiotmd5="c0a54cea57298c688628f70baa41cc16" # [dgiotmd5]
1728+
software="dgiot_b41" # [dgiot_b20| dgiot_n]
1729+
dgiotmd5="c28bd55d0f2ced8a0da9958f41a45125" # [dgiotmd5]
17301730
pg_eip="changeyourip" # [datanode_eip]
17311731
pg_auth='changeyourpassword' # [pg_auth]
17321732
islanip="false" # [islanip]
1733-
html_software="dgiot_html_4.8.7" # [dgiot_html_4.8.2| dgiot_html_n]
1734-
htmlmd5="c2f6f842363c29852b43da42373edb73" # [htmlmd5]
1733+
html_software="dgiot_html_4.8.9" # [dgiot_html_4.8.2| dgiot_html_n]
1734+
htmlmd5="9548035c09c383f8abc233556fb9e526" # [htmlmd5]
17351735
atomplugin="atomgit" # [atomgit | jt808]
17361736

17371737
while getopts "v:s:p:m:d:e:a:n" arg; do

include/emqx_release.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
-ifndef(EMQX_ENTERPRISE).
3131

32-
-define(EMQX_RELEASE, {opensource, "4.8.8"}).
32+
-define(EMQX_RELEASE, {opensource, "4.8.9"}).
3333

3434
-else.
3535

0 commit comments

Comments
 (0)