Update documentation to refer to v1.14

PiperOrigin-RevId: 553172719
Change-Id: Ie09afa3788c8ed5c95913d8ca0b436f1df28241a
This commit is contained in:
Derek Mauro
2023-08-02 09:44:39 -07:00
committed by Copybara-Service
parent f8d7d77c06
commit 843976e4f5
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts
with
```
git clone https://github.com/google/googletest.git -b v1.13.0
git clone https://github.com/google/googletest.git -b v1.14.0
cd googletest # Main directory of the cloned repository.
mkdir build # Create a directory to hold the build output.
cd build