La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
My version has reverted to 4.4.4
-
-
How did you upgrade?
-
Through the server, console.
I downloaded a new update, like I always do.
Files weren't deleted, or anything like that..
Just the version was downgraded. -
Downloaded how? Via git checkout or did you just extract a archive file?
-
-
@baris No, apparently the problem is not mine.
Something strange.
Is there a log for such things? -
@Moshe not really, git is just a code organization tool.
Run
git fetchto get the latest commits. Thengit checkout masterin case you're not already onmaster, and thengit reset --hard origin/masterto update your code to the latest version.