mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 15:07:46 +00:00
c7981f72ec
Signed-off-by: Ron Evans <ron@hybridgroup.com>
6 lines
216 B
Go
6 lines
216 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.7.0-dev"
|