Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 518 Bytes

airvantage-api-go

Go client for AirVantage device management REST API.

Release manually a new version

As Go uses a specific version format we cannot use the usual YY.MM.<counter> numbering scheme. We can use v1.YYMM..<counter> instead. You simply need to create a tag and push it

git tag v1.2501.1
git push origin tag v1.2501.1

Then you can fetch the version in other Go project

go get github.com/AirVantage/airvantage-api-go@v1.2501.1