prototooth/version.go

6 lines
216 B
Go
Raw Normal View History

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