wirepair / gcd

Unofficial implementation of the Google Chrome Remote Debugger in Go
MIT License
186 stars 31 forks source link

Add protocol version to version.go #68

Closed camswords closed 1 year ago

camswords commented 1 year ago

Adds the DevTools protocol version to the version.go file. This enables consumers to cross-check the version with the installed Chromium to verify compatibility.