mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-06 07:53:41 +00:00
125d8b6530
Signed-off-by: deadprogram <ron@hybridgroup.com>
7 lines
87 B
Go
7 lines
87 B
Go
package main
|
|
|
|
const VERSION = "0.0.1"
|
|
|
|
func currentVersion() string {
|
|
return VERSION
|
|
} |