Skip to content

Commit 9f0ff80

Browse files
Fix release version in Docs
1 parent 1832248 commit 9f0ff80

File tree

2 files changed

+2
-2
lines changed
  • docs/reference/query-languages/esql/_snippets/operators/detailedDescription
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/regex

2 files changed

+2
-2
lines changed

docs/reference/query-languages/esql/_snippets/operators/detailedDescription/rlike.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ROW message = "foo ( bar"
1818
```
1919

2020
```{applies_to}
21-
stack: ga 9.1
21+
stack: ga 9.2
2222
serverless: ga
2323
```
2424

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/regex/RLike.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Matching special characters (eg. `.`, `*`, `(`...) will require escaping.
4444
4545
<<load-esql-example, file=string tag=rlikeEscapingTripleQuotes>>
4646
```{applies_to}
47-
stack: ga 9.1
47+
stack: ga 9.2
4848
serverless: ga
4949
```
5050

0 commit comments

Comments
 (0)