Files
tinygo/version.go
T
Ayke van Laethem b1744db2c8 main: version 0.4.0
2019-03-09 20:41:38 +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.4.0"