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() {