diff --git a/cmd/abra/main.go b/cmd/abra/main.go index bdb79c23..de4e4318 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 git commit of Abra +// Commit is the current git commit of Abra. var Commit string func main() { diff --git a/cmd/kadabra/main.go b/cmd/kadabra/main.go index bdac47f4..18e2224f 100644 --- a/cmd/kadabra/main.go +++ b/cmd/kadabra/main.go @@ -5,10 +5,10 @@ import ( "coopcloud.tech/abra/cli/updater" ) -// Version is the current version of Abra +// Version is the current version of Kadabra. var Version string -// Commit is the current git commit of Abra +// Commit is the current git commit of Kadabra. var Commit string func main() {