-
Notifications
You must be signed in to change notification settings - Fork 178
Description
Description:
In the latest release webserver/v1.0.4
, the version.txt file still shows the version as 1.0.3GA instead of 1.0.4.
Steps to reproduce:
Download or view the assets from the webserver/v1.0.4 release.
Open version.txt.
Observe that it reports:
Version: 1.0.3GA
instead of the expected 1.0.4.
Expected behavior:
The version.txt file should reflect the correct release version (1.0.4) for consistency and clarity.
Suggested fix:
Update the version.txt file to match the release version and republish or tag a corrected package if possible.
Additional context:
This mismatch may cause confusion during automated deployments or validation steps where version checks are enforced.
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.