diff options
Diffstat (limited to 'googletest/README.md')
-rw-r--r-- | googletest/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md index a7d9aa3..7c35174 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -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.15.0 +git clone https://github.com/google/googletest.git -b v1.15.2 cd googletest # Main directory of the cloned repository. mkdir build # Create a directory to hold the build output. cd build |