Release v4.0.1 (#4125)

## Issue Addressed

NA

## Proposed Changes

- Bump versions.
- Bump openssl version to resolve various `cargo audit` notices.

## Additional Info

- Requires further testing
This commit is contained in:
Paul Hauner
2023-03-26 22:39:28 +00:00
parent b2525d6ebd
commit a53830fd60
6 changed files with 14 additions and 14 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/v4.0.1-rc.0-",
fallback = "Lighthouse/v4.0.1-rc.0"
prefix = "Lighthouse/v4.0.1-",
fallback = "Lighthouse/v4.0.1"
);
/// Returns `VERSION`, but with platform information appended to the end.