core: add Version string for support purposes

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-10-16 22:09:53 +02:00
committed by Ayke
parent 5df157230f
commit c7981f72ec
+5
View File
@@ -0,0 +1,5 @@
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-dev"