learning how to use go mod and also git version management - don't look at me!

This commit is contained in:
kayos 2021-05-12 17:01:32 -07:00
parent b930d3f888
commit e440008138

@ -2,4 +2,4 @@ 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.3.0"
const Version = "0.3.1"