bump api version to 1.0.0

This commit is contained in:
2025-09-07 05:57:24 +00:00
parent eac682236b
commit 692b348994

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