Tree states alpha release v4.2.99-exp

This commit is contained in:
Michael Sproul
2023-06-27 15:10:52 +10:00
parent 56c7a529fb
commit af5fb20941
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.0-",
fallback = "Lighthouse/v4.2.0"
prefix = "Lighthouse/v4.2.99-exp-",
fallback = "Lighthouse/v4.2.99-exp"
);
/// Returns `VERSION`, but with platform information appended to the end.