Compare commits
2 Commits
eac682236b
...
main
Author | SHA1 | Date | |
---|---|---|---|
1225439b4a | |||
692b348994 |
4
Makefile
4
Makefile
@@ -1,11 +1,13 @@
|
||||
.PHONY: build test clean
|
||||
|
||||
build: clean
|
||||
@echo "======================== Building Binary ======================="
|
||||
CGO_ENABLED=0 go build -ldflags="-s -w" -v -o dist/ .
|
||||
|
||||
test: clean
|
||||
go run .
|
||||
|
||||
clean:
|
||||
@echo "======================== Cleaning Project ======================"
|
||||
go clean
|
||||
rm -f dist/*
|
||||
rm -rf dist/*
|
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/luthermonson/go-proxmox"
|
||||
)
|
||||
|
||||
const APIVersion string = "0.0.3"
|
||||
const APIVersion string = "1.0.0"
|
||||
|
||||
var client ProxmoxClient
|
||||
|
||||
|
Reference in New Issue
Block a user