docs: capitalistion, style

This commit is contained in:
decentral1se 2021-12-28 01:27:58 +01:00
parent fb24357d38
commit e85117be22
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ import (
"coopcloud.tech/abra/cli"
)
// Version is the current version of abra.
// Version is the current version of Abra
var Version string
// Commit is the current commit of abra.
// Commit is the current git commit of Abra
var Commit string
func main() {