Release v3.2.1 (#3660)

## Proposed Changes

Patch release to include the performance regression fix https://github.com/sigp/lighthouse/pull/3658.

## Additional Info

~~Blocked on the merge of https://github.com/sigp/lighthouse/pull/3658.~~
This commit is contained in:
Michael Sproul
2022-10-26 09:38:25 +00:00
parent 77eabc5401
commit 6d5a2b509f
6 changed files with 10 additions and 10 deletions

View File

@@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!(
// NOTE: using --match instead of --exclude for compatibility with old Git
"--match=thiswillnevermatchlol"
],
prefix = "Lighthouse/v3.2.0-",
fallback = "Lighthouse/v3.2.0"
prefix = "Lighthouse/v3.2.1-",
fallback = "Lighthouse/v3.2.1"
);
/// Returns `VERSION`, but with platform information appended to the end.