Files
drivers/version.go
T
2019-10-17 13:16:39 +02:00

6 lines
212 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"