Can't update from v2.0.0-beta.37 to 38 #1527
-
Hi -- glad to create an issue if that would be preferred. My system: > wails doctor
Wails CLI v2.0.0-beta.37
Scanning system - Please wait (this may take a long time)...Done.
System
------
OS: MacOS
Version: 11.6.7
ID: 199506
Go Version: go1.18.3
Platform: darwin
Architecture: amd64
Wails
------
Version: v2.0.0-beta.37
Dependency Package Name Status Version
---------- ------------ ------ -------
xcode command line tools N/A Installed 2384
npm N/A Installed 8.11.0
*upx N/A Available
*nsis N/A Available
* - Optional Dependency
Diagnosis
---------
Your system is ready for Wails development! Update attempt: > wails update
Wails CLI v2.0.0-beta.37
Checking for updates...
ERROR: no release tag found Am I doing something wrong? Is there another way to update? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
leaanthony
Jul 4, 2022
Replies: 1 comment 1 reply
-
Beta is pre-release so use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
csterritt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Beta is pre-release so use
wails update -pre
.wails update
is only for stable releases. We should have better messages 👍