From 341c2617500a280fe2f3643380cdb5786174ce9d Mon Sep 17 00:00:00 2001 From: Sebastian Sebbie Silbermann Date: Thu, 2 Oct 2025 13:55:49 +0200 Subject: [PATCH] Latest release is 19.2 --- src/content/versions.md | 2 +- src/siteConfig.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/versions.md b/src/content/versions.md index 54bc309f1d8..046a558d924 100644 --- a/src/content/versions.md +++ b/src/content/versions.md @@ -11,7 +11,7 @@ The React docs at [react.dev](https://react.dev) provide documentation for the l 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. You can find an archive of previous major versions below. -## Latest version: 19.1 {/*latest-version*/} +## Latest version: 19.2 {/*latest-version*/} - [react.dev](https://react.dev) {/*docs-19*/} diff --git a/src/siteConfig.js b/src/siteConfig.js index a43fbf5fc20..fc706af9a39 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -9,7 +9,7 @@ * Copyright (c) Facebook, Inc. and its affiliates. */ exports.siteConfig = { - version: '19.1', + version: '19.2', // -------------------------------------- // Translations should replace these lines: languageCode: 'en',