Commit cb455a71 authored by Dino Radakovic's avatar Dino Radakovic Committed by Copybara-Service
Browse files

Fix typo in version number example in README

PiperOrigin-RevId: 532796425
Change-Id: If81029216cf12b9b05f8e2d79671ba106ebd28fb
parent d6fb5e3b
......@@ -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. `v.1.13.0`).
`v${major}.${minor}.${patch}` (e.g. `v1.13.0`).
#### Documentation Updates
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment