Skip to content

Commit 1d4d695

Browse files
committed
Update generated docs for 3.16.0
1 parent afd5313 commit 1d4d695

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ To install the latest version, use:
1414
gh extension install github.com/github/gh-es
1515
```
1616

17-
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.15.0`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
17+
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.16.0`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
1818

1919
```bash
20-
gh extension install github.com/github/gh-es --pin v3.15.0
20+
gh extension install github.com/github/gh-es --pin v3.16.0
2121
```
2222

2323
## Supported versions
2424

2525
The following versions of GHES are supported by this CLI. Please refer to the [USAGE](./USAGE.md) for more information on how to use the CLI commands of each release.
2626

27-
* [3.11](https://github.com/github/gh-es/blob/3.11/README.md)
2827
* [3.12](https://github.com/github/gh-es/blob/3.12/README.md)
2928
* [3.13](https://github.com/github/gh-es/blob/3.13/README.md)
3029
* [3.14](https://github.com/github/gh-es/blob/3.14/README.md)
31-
* [3.15](https://github.com/github/gh-es/blob/main/README.md)
30+
* [3.15](https://github.com/github/gh-es/blob/3.15/README.md)
31+
* [3.16](https://github.com/github/gh-es/blob/main/README.md)
3232

3333
## Usage
3434

0 commit comments

Comments
 (0)