Bring elemental-cli code into the agent (#13)

This commit is contained in:
Itxaka
2023-05-05 18:43:21 +02:00
committed by GitHub
parent dd1eb5c5d9
commit 002b8ba51f
83 changed files with 18137 additions and 167 deletions

View File

@@ -1,3 +1,7 @@
package common
var VERSION = "0.0.0"
func GetVersion() string {
return VERSION
}