aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2023-08-02 09:44:39 -0700
committerCopybara-Service <copybara-worker@google.com>2023-08-02 09:45:10 -0700
commit843976e4f582ccb76cf87e0f128585324335779b (patch)
tree12f20e52433672cae5e15f793e1436e69f04ace2 /README.md
parentf8d7d77c06936315286eb55f8de22cd23c188571 (diff)
downloadgoogletest-843976e4f582ccb76cf87e0f128585324335779b.zip
googletest-843976e4f582ccb76cf87e0f128585324335779b.tar.gz
googletest-843976e4f582ccb76cf87e0f128585324335779b.tar.bz2
Update documentation to refer to v1.14
PiperOrigin-RevId: 553172719 Change-Id: Ie09afa3788c8ed5c95913d8ca0b436f1df28241a
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 443e020..1bca4d1 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ GoogleTest now follows the
We recommend
[updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it).
We do publish occasional semantic versions, tagged with
-`v${major}.${minor}.${patch}` (e.g. `v1.13.0`).
+`v${major}.${minor}.${patch}` (e.g. `v1.14.0`).
#### Documentation Updates
@@ -17,12 +17,12 @@ Our documentation is now live on GitHub Pages at
https://google.github.io/googletest/. We recommend browsing the documentation on
GitHub Pages rather than directly in the repository.
-#### Release 1.13.0
+#### Release 1.14.0
-[Release 1.13.0](https://github.com/google/googletest/releases/tag/v1.13.0) is
+[Release 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) is
now available.
-The 1.13.x branch requires at least C++14.
+The 1.14.x branch requires at least C++14.
#### Continuous Integration