prototooth/version.go

7 lines
218 B
Go

package bluetooth
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
// Update this value before release of new version of software.
const Version = "0.5.0a"