Skip to content

Commit ea9ee37

Browse files
committed
Update es-toolkit documentation (1.45.1)
1 parent 1846079 commit ea9ee37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/file-scrapers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
6262
## es-toolkit
6363

6464
```sh
65-
git clone https://github.com/toss/es-toolkit docs/es_toolkit
65+
git clone --branch v$RELEASE https://github.com/toss/es-toolkit docs/es_toolkit
6666
```
6767

6868
## Gnu

lib/docs/scrapers/es_toolkit.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class EsToolkit < FileScraper
77
code: "https://github.com/toss/es-toolkit",
88
home: "https://es-toolkit.slash.page",
99
}
10-
self.release = '1.42.0'
10+
self.release = '1.45.1'
1111

1212
options[:attribution] = <<-HTML
13-
&copy; 2024-2025, Viva Republica<br>
13+
&copy; 2024-2026, Viva Republica<br>
1414
Licensed under the MIT License.
1515
HTML
1616

0 commit comments

Comments
 (0)