Files
drivers/version.go
T
2021-03-26 18:10:39 +01:00

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.15.1"