This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
The following commit(s) were added to refs/heads/main by this push:
new 139ce08 README: change latest version to 4.18 (#67)
139ce08 is described below
commit 139ce08dec601431406c95c14bb066fc3ee3eea2
Author: John Bampton <[email protected]>
AuthorDate: Sat Aug 5 02:57:08 2023 +1000
README: change latest version to 4.18 (#67)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 23e67fe..5c1ebd2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ To be able to find the API command you want, they are grouped
by 'services' whic
## Usage
-The cloudstack package is always generated against the latest stable
CloudStack release (currently v4.15.x). As long as the API changes were minimum
across subsequent CloudStack releases it was possible to have the generator
code handle API changes such that they were backward compatible.
+The cloudstack package is always generated against the latest stable
CloudStack release (currently v4.18.x). As long as the API changes were minimum
across subsequent CloudStack releases it was possible to have the generator
code handle API changes such that they were backward compatible.
However, over time, with frequent API changes observed across releases of
Apache CloudStack(ACS), we will have the SDK releases tagged based on the ACS
version.
Please see the package documentation on
[go.dev](https://pkg.go.dev/github.com/apache/cloudstack-go/v2/cloudstack).