mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
72113dcec6
The VERSION variable was hardcoded to v4.32.0 instead of being empty, which prevented the "fetch latest release" logic from running. When VERSION is empty, REQUESTED_VERSION defaults to "latest" which triggers proper release detection via GitHub API. Related to #738