Files
tinygo/version.go
T
Ayke van Laethem 1c68da89af main: version 0.3.0
2019-02-27 12:14:04 +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.3.0"