Major Refactoring, Client can now be used as a library
Some checks failed
Build (artifact) / build (push) Failing after 1m3s
Some checks failed
Build (artifact) / build (push) Failing after 1m3s
This commit is contained in:
6
common/buildinfo.go
Normal file
6
common/buildinfo.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
var (
|
||||
Version = "dev"
|
||||
Build = "local"
|
||||
)
|
||||
Reference in New Issue
Block a user