Merge pull request #8680 from emqx/dev/v4.4.7
sync dev/v4.4.7 to main-v4.4
This commit is contained in:
commit
418db4a9d6
|
@ -29,11 +29,10 @@
|
|||
|
||||
-ifndef(EMQX_ENTERPRISE).
|
||||
|
||||
-define(EMQX_RELEASE, {opensource, "4.4.7"}).
|
||||
-define(EMQX_RELEASE, {opensource, "4.4.7-beta.1"}).
|
||||
|
||||
-else.
|
||||
|
||||
|
||||
-endif.
|
||||
|
||||
-endif.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S escript -c
|
||||
#!/usr/bin/env escript
|
||||
|
||||
-mode(compile).
|
||||
|
||||
|
|
Loading…
Reference in New Issue