This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-591 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 1786e3d0ea1dedf79f1597d76bc9292a30ff43b7 Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 12:56:17 2024 -0700 Update version --- docs/api/flink/Function.md | 2 +- docs/api/sql/Function.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md index 1e026ad6f..b3ea497ab 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -2455,7 +2455,7 @@ Introduction: Calculates and returns the length value representing the maximum d Format: `ST_MaxDistance(geom1: Geometry, geom2: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example: diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index a278ee312..0c5dcf31d 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -2467,7 +2467,7 @@ Introduction: Calculates and returns the length value representing the maximum d Format: `ST_MaxDistance(geom1: Geometry, geom2: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example:
