Skip to content

Commit

Permalink
feat: update 4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Feb 17, 2023
1 parent ae9261b commit c5de607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ apps/dgiot_onenet/
apps/dgiot_energy/
apps/dgiot_openai/
apps/dgiot_miio/
apps/dgiot_iec104/
node_modules/
package-lock.json
erlang_ls.config
Expand Down
8 changes: 4 additions & 4 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1544,13 +1544,13 @@ dgiot_shell
deployType=single # [single | cluster | devops | ci]
domain_name="prod.dgiotcloud.cn" # [prod.dgiotcloud.cn | your_domain_name]
plugin="dgiot" # [dgiot | dgiot_your_plugin]
software="dgiot_n295" # [dgiot_n295| dgiot_n]
dgiotmd5="586ba5a8c33ce04e653ae921cd822b8b" # [dgiotmd5]
software="dgiot_n297" # [dgiot_n297| dgiot_n]
dgiotmd5="f5cb129c526482f7b37b65dbbb56ac6e" # [dgiotmd5]
pg_eip="changeyourip" # [datanode_eip]
pg_auth='changeyourpassword' # [pg_auth]
islanip="false" # [islanip]
html_software="dgiot_html_4.7.5" # [dgiot_html_4.7.5| dgiot_html_4.7.5]
htmlmd5="8d9851f295da10b36876d87f93138f8a" # [htmlmd5]
html_software="dgiot_html_4.7.6" # [dgiot_html_4.7.5| dgiot_html_4.7.5]
htmlmd5="d958a56bca7a66b83b123057c19ae884" # [htmlmd5]

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.7.5"}).
-define(EMQX_RELEASE, {opensource, "4.7.6"}).

-else.

Expand Down

0 comments on commit c5de607

Please sign in to comment.