Merge pull request #11109 from HJianBo/update-license-hint

chore: update license expiry log
This commit is contained in:
JianBo He 2023-07-10 13:38:01 +08:00 committed by GitHub
commit 4d2e8c7cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"========================================================================\n"
"Using an evaluation license limited to ~p concurrent connections.\n"
"Apply for a license at https://emqx.com/apply-licenses/emqx.\n"
"Or contact EMQ customer services.\n"
"Or contact EMQ customer services via email at contact@emqx.io\n"
"========================================================================\n"
).
@ -21,7 +21,7 @@
"========================================================================\n"
"License has been expired for ~p days.\n"
"Apply for a new license at https://emqx.com/apply-licenses/emqx.\n"
"Or contact EMQ customer services.\n"
"Or contact EMQ customer services via email at contact@emqx.io\n"
"========================================================================\n"
).

View File

@ -1,6 +1,6 @@
{application, emqx_license, [
{description, "EMQX License"},
{vsn, "5.0.11"},
{vsn, "5.0.12"},
{modules, []},
{registered, [emqx_license_sup]},
{applications, [kernel, stdlib, emqx_ctl]},