Tree states release v4.5.444-exp

- Update xdelta3 to remove dodgy build steps
- Fix asset paths for draft release
This commit is contained in:
Michael Sproul
2023-10-20 12:31:41 +11:00
parent 6b4f154dcc
commit 1aca48400c
8 changed files with 13 additions and 13 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.5.333-exp-",
fallback = "Lighthouse/v4.5.333-exp"
prefix = "Lighthouse/v4.5.444-exp-",
fallback = "Lighthouse/v4.5.444-exp"
);
/// Returns `VERSION`, but with platform information appended to the end.