Skip to content

Commit 37f862a

Browse files
authored
Latest release is 19.2 (#8040)
1 parent f9fd07c commit 37f862a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The React docs at [react.dev](https://react.dev) provide documentation for the l
1111
We aim to keep the docs updated within major versions, and do not publish versions for each minor or patch version. When a new major is released, we archive the docs for the previous version as `x.react.dev`. See our [versioning policy](/community/versioning-policy) for more info.
1212

1313
You can find an archive of previous major versions below.
14-
## Latest version: 19.1 {/*latest-version*/}
14+
## Latest version: 19.2 {/*latest-version*/}
1515

1616
- [react.dev](https://react.dev) {/*docs-19*/}
1717

src/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (c) Facebook, Inc. and its affiliates.
1010
*/
1111
exports.siteConfig = {
12-
version: '19.1',
12+
version: '19.2',
1313
// --------------------------------------
1414
// Translations should replace these lines:
1515
languageCode: 'en',

0 commit comments

Comments
 (0)