소스 검색

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

chore: update license expiry log
JianBo He 2 년 전
부모
커밋
4d2e8c7cbf
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      lib-ee/emqx_license/include/emqx_license.hrl
  2. 1 1
      lib-ee/emqx_license/src/emqx_license.app.src

+ 2 - 2
lib-ee/emqx_license/include/emqx_license.hrl

@@ -12,7 +12,7 @@
     "========================================================================\n"
     "========================================================================\n"
     "Using an evaluation license limited to ~p concurrent connections.\n"
     "Using an evaluation license limited to ~p concurrent connections.\n"
     "Apply for a license at https://emqx.com/apply-licenses/emqx.\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"
     "========================================================================\n"
 ).
 ).
 
 
@@ -21,7 +21,7 @@
     "========================================================================\n"
     "========================================================================\n"
     "License has been expired for ~p days.\n"
     "License has been expired for ~p days.\n"
     "Apply for a new license at https://emqx.com/apply-licenses/emqx.\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"
     "========================================================================\n"
 ).
 ).
 
 

+ 1 - 1
lib-ee/emqx_license/src/emqx_license.app.src

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