chore: update changes && bump app version
This commit is contained in:
parent
bc417a6764
commit
749c2d075f
|
@ -2,7 +2,7 @@
|
||||||
{application, emqx, [
|
{application, emqx, [
|
||||||
{id, "emqx"},
|
{id, "emqx"},
|
||||||
{description, "EMQX Core"},
|
{description, "EMQX Core"},
|
||||||
{vsn, "5.1.7"},
|
{vsn, "5.1.8"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add a check for the maximum value of the timestamp in the API to ensure it is a valid Unix timestamp.
|
Loading…
Reference in New Issue