Compare commits

..

1 Commits

Author SHA1 Message Date
692b348994 bump api version to 1.0.0 2025-09-07 05:57:24 +00:00

View File

@@ -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