Files
tinygo/version.go
T
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

6 lines
130 B
Go

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