tinygo/version.go
Ron Evans 403fee7e06
Add tinygo version subcommand (#172)
* cmd: add tinygo version subcommand to display current software version. Also displayed when usage is displayed
2019-02-08 11:22:47 +01:00

5 строки
130 Б
Go

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