
* cmd: add tinygo version subcommand to display current software version. Also displayed when usage is displayed
5 строки
130 Б
Go
5 строки
130 Б
Go
package main
|
|
|
|
// version of this package.
|
|
// Update this value before release of new version of software.
|
|
const version = "0.1.0"
|