mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
019bbbe5fb
Signed-off-by: deadprogram <ron@hybridgroup.com>
6 lines
213 B
Go
6 lines
213 B
Go
package drivers
|
|
|
|
// Version returns a user-readable string showing the version of the drivers package for support purposes.
|
|
// Update this value before release of new version of software.
|
|
const Version = "0.29.0"
|