Initial linux agent and api functionality for enrolling servers
This commit is contained in:
7
agent/internal/version/version.go
Normal file
7
agent/internal/version/version.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package version
|
||||
|
||||
var (
|
||||
Version = "0.0.1-dev"
|
||||
Commit = ""
|
||||
BuildDate = ""
|
||||
)
|
||||
Reference in New Issue
Block a user