Skip to content

Commit

Permalink
feat: update v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Oct 14, 2022
1 parent cc87c81 commit abe9360
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 @@ -1500,9 +1500,9 @@ dgiot_shell
# set parameters by default value
deployType=single # [single | cluster | devops | ci]
domain_name="prod.dgiotcloud.cn" # [prod.dgiotcloud.cn | your_domain_name]
software="dgiot_n234" # [dgiot_n234| dgiot_n]
software="dgiot_n237" # [dgiot_n237| dgiot_n]
plugin="dgiot" # [dgiot | dgiot_your_plugin]
dgiotmd5="5def10e33d5f5b7fabd362249a58f36b" # [dgiotmd5]
dgiotmd5="85fcc1ae8656495421845f938535aa59" # [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.6.1"}).
-define(EMQX_RELEASE, {opensource, "4.6.2"}).

-else.

Expand Down

0 comments on commit abe9360

Please sign in to comment.