Greetings, Hopefully this isn't a dumb question, b...
# client
d
Greetings, Hopefully this isn't a dumb question, but I'm trying to install netclient onto a freebsd box. I've pulled the package from the 0.14.4 release on github but when I run the package on the system, the version is listed as "dev", this seems to be causing client/server version mismatch error when trying to join networks. Is there something that I'm doing wrong with that? Thanks for any help 🙂
b
the build system must have failed to update the version (will need to look into that) but you can ignore the error message as it is just a warning and does not disable any functionality
d
So the message
[netclient] 2022-07-08 11:45:14 server/client version mismatch server:  v0.14.4  client:  dev
is safe to ignore?
b
yes, it is for information
d
Sweet, thank you 🙂
b
v0.14.5 is out ---> the freebsd binary has the correct embedded version number
d
That fixed it up for me, thank you.