Querying the Go router for its version could be beneficial for maintenance and library alignment.
The Go router should implement and serve a generic method e.g.:
$/version
Arduino Bridge could RPC this method like this:
String msg;
Bridge.call("$/version").result(msg);