Skip to content

Commit 72f2dfc

Browse files
Enhance README.md with versioning details and SDK monorepo scripts information
1 parent 3f2101c commit 72f2dfc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Go implementation for [ZeroBounce Email Validation API v2](https://www.zerobounc
33

44
[Link to the original repo](https://github.com/antsanchez/gozerobounce)
55

6+
**Version and tagging:** Version is set in `version.go` and kept in sync with git tags. The SDKs monorepo scripts (`tag-version.sh`, `check-untagged-bump-and-push.sh`, `commit-and-tag-version.sh`) read and update it when creating or bumping releases. pkg.go.dev indexes the module from GitHub tags automatically.
7+
68
## Installation and Usage
79
```sh
810
go get github.com/zerobounce/zerobouncego

version.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package zerobouncego
2+
3+
// Version is the current SDK version (semver). It is updated by the release scripts.
4+
const Version = "2.0.1"

0 commit comments

Comments
 (0)