mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-05 07:27:49 +00:00
3433364586
Signed-off-by: deadprogram <ron@hybridgroup.com>
8 lines
88 B
Go
8 lines
88 B
Go
package main
|
|
|
|
const VERSION = "0.0.1"
|
|
|
|
func currentVersion() string {
|
|
return VERSION
|
|
}
|