Use same version number for web and desktop (#932)

With the new release process in place, I think keeping a separate
version number for desktop is confusing and unnecessary. This PR remove
it so the desktop version reports the version number of the web version
embedded in the binary.

## Launch Checklist

<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->


 - [x] Briefly describe the changes in this PR.
 - [x] Add an entry to `CHANGELOG.md` under the `## main` section.
This commit is contained in:
Kevin Schaul
2024-09-05 09:19:32 -05:00
committed by GitHub
parent 00f431c50e
commit d940c02faf
6 changed files with 87 additions and 16 deletions

6
.gitignore vendored
View File

@@ -39,4 +39,8 @@ public
# IDE
.vscode/
.idea/
.idea/
# Window metadata files
/desktop/winres/winres.json
/desktop/*.syso