Skip to content

Commit

Permalink
feat: update v4.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Mar 29, 2024
1 parent 6b18154 commit 4600636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1566,8 +1566,8 @@ dgiot_shell
# set parameters by default value
deployType=single # [single | cluster | devops | otp| ci | atomgit]
plugin="dgiot" # [dgiot | dgiot_your_plugin]
software="dgiot_b34" # [dgiot_b20| dgiot_n]
dgiotmd5="d5426a73ce1a9903abc0494261132cbc" # [dgiotmd5]
software="dgiot_b37" # [dgiot_b20| dgiot_n]
dgiotmd5="4fc88e3b797ae4104fd3f6779604a2c7" # [dgiotmd5]
pg_eip="changeyourip" # [datanode_eip]
pg_auth='changeyourpassword' # [pg_auth]
islanip="false" # [islanip]
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.6"}).
-define(EMQX_RELEASE, {opensource, "4.8.7"}).

-else.

Expand Down

0 comments on commit 4600636

Please sign in to comment.