Tree states alpha release v4.2.990-exp

This commit is contained in:
Michael Sproul
2023-06-27 17:34:41 +10:00
parent 8dc374ec3d
commit 6954de6afd
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/v4.2.99-exp-",
fallback = "Lighthouse/v4.2.99-exp"
prefix = "Lighthouse/v4.2.990-exp-",
fallback = "Lighthouse/v4.2.990-exp"
);
/// Returns `VERSION`, but with platform information appended to the end.