v3.0.0
Changes
- fix: Status() error decoding JSON data: json: cannot unmarshal string into Go struct field DeviceStatus.body.version of type int (#13)
version
field for the Tilt device is an int but it's a string for other devices. It will be unmarshaled into theDeviceVersion
type
- Chore: Update go version