mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-02 22:17:49 +00:00
8 lines
90 B
Go
8 lines
90 B
Go
package common
|
|
|
|
const VERSION = "0.0.1"
|
|
|
|
func CurrentVersion() string {
|
|
return VERSION
|
|
}
|