Files
tinygo/version.go
T
Ayke van Laethem a44d74d4c0 main: version 0.10.0
2019-11-26 22:45:30 +01:00

6 lines
131 B
Go

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