Skip to content

Commit 57fe5c2

Browse files
committed
Update references to version 6.1.1 to 6.2.0
1 parent 21806c4 commit 57fe5c2

File tree

137 files changed

+197
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+197
-197
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/benchmark.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def benchmark(arguments={})
5858

5959
# Register this action with its valid params when the module is loaded.
6060
#
61-
# @since 6.1.1
61+
# @since 6.2.0
6262
ParamsRegistry.register(:benchmark, [ :verbose ].freeze)
6363
end
6464
end

elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def bulk(arguments={})
8787

8888
# Register this action with its valid params when the module is loaded.
8989
#
90-
# @since 6.1.1
90+
# @since 6.2.0
9191
ParamsRegistry.register(:bulk, [
9292
:wait_for_active_shards,
9393
:refresh,

elasticsearch-api/lib/elasticsearch/api/actions/cat/aliases.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def aliases(arguments={})
5757

5858
# Register this action with its valid params when the module is loaded.
5959
#
60-
# @since 6.1.1
60+
# @since 6.2.0
6161
ParamsRegistry.register(:aliases, [
6262
:local,
6363
:master_timeout,

elasticsearch-api/lib/elasticsearch/api/actions/cat/allocation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def allocation(arguments={})
5454

5555
# Register this action with its valid params when the module is loaded.
5656
#
57-
# @since 6.1.1
57+
# @since 6.2.0
5858
ParamsRegistry.register(:allocation, [
5959
:bytes,
6060
:local,

elasticsearch-api/lib/elasticsearch/api/actions/cat/count.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def count(arguments={})
5454

5555
# Register this action with its valid params when the module is loaded.
5656
#
57-
# @since 6.1.1
57+
# @since 6.2.0
5858
ParamsRegistry.register(:count, [
5959
:local,
6060
:master_timeout,

elasticsearch-api/lib/elasticsearch/api/actions/cat/fielddata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def fielddata(arguments={})
3838

3939
# Register this action with its valid params when the module is loaded.
4040
#
41-
# @since 6.1.1
41+
# @since 6.2.0
4242
ParamsRegistry.register(:fielddata, [
4343
:bytes,
4444
:local,

elasticsearch-api/lib/elasticsearch/api/actions/cat/health.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def health(arguments={})
4141

4242
# Register this action with its valid params when the module is loaded.
4343
#
44-
# @since 6.1.1
44+
# @since 6.2.0
4545
ParamsRegistry.register(:health, [
4646
:local,
4747
:master_timeout,

elasticsearch-api/lib/elasticsearch/api/actions/cat/help.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def help(arguments={})
2020

2121
# Register this action with its valid params when the module is loaded.
2222
#
23-
# @since 6.1.1
23+
# @since 6.2.0
2424
ParamsRegistry.register(:help, [
2525
:help ].freeze)
2626
end

elasticsearch-api/lib/elasticsearch/api/actions/cat/indices.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def indices(arguments={})
6767

6868
# Register this action with its valid params when the module is loaded.
6969
#
70-
# @since 6.1.1
70+
# @since 6.2.0
7171
ParamsRegistry.register(:indices, [
7272
:bytes,
7373
:h,

elasticsearch-api/lib/elasticsearch/api/actions/cat/master.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def master(arguments={})
3939

4040
# Register this action with its valid params when the module is loaded.
4141
#
42-
# @since 6.1.1
42+
# @since 6.2.0
4343
ParamsRegistry.register(:master, [
4444
:local,
4545
:master_timeout,

0 commit comments

Comments
 (0)