tinygo/version.go
Ayke van Laethem 7d5542dda7 main: version 0.7.1
This release contains a small fix for some atsamd21-based boards to make
them usable on macOS: it now allows to specify the serial port using the
-port flag.
2019-07-27 10:02:10 -07:00

5 строки
130 Б
Go

package main
// version of this package.
// Update this value before release of new version of software.
const version = "0.7.1"