Add tinygo version subcommand (#172)

* cmd: add tinygo version subcommand to display current software version. Also displayed when usage is displayed
This commit is contained in:
Ron Evans
2019-02-08 11:22:47 +01:00
committed by GitHub
parent 7657238c24
commit 403fee7e06
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package main
// version of this package.
// Update this value before release of new version of software.
const version = "0.1.0"