Add version to user agent

This commit is contained in:
2021-02-13 18:42:47 -06:00
parent e0a658edf7
commit 761e38fd8e
2 changed files with 16 additions and 1 deletions

3
cmd/version.go Normal file
View File

@ -0,0 +1,3 @@
package lumecmd
const Version = "0.1.0"