From e85117be220f22b06a9d2a4ec656bf7f83cb1c33 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Tue, 28 Dec 2021 01:27:58 +0100 Subject: [PATCH] docs: capitalistion, style --- cmd/abra/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/abra/main.go b/cmd/abra/main.go index 922cf1b2..bdb79c23 100644 --- a/cmd/abra/main.go +++ b/cmd/abra/main.go @@ -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() {