3fe7c80730
Drops the pre-release suffix from the version scheme. Releases are now plain 0.9.0 rather than 0.9.0-alpha.N: a leading 0. already means "no stability promise" under semver, so the suffix restated it, and the GitHub releases have been marked not-prerelease all along anyway, which contradicted the tag. The software is still alpha and the docs still say so. Only the version string changed. Also fixes the bug-report placeholder, which showed a version format that will no longer exist. No code changes are needed to drop the suffix: hatch-vcs derives the version from the git tag, and Cargo.toml and tauri.conf.json carry 0.0.0 placeholders filled at build time.