Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Update README to remind about lib version constant on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Thurman committed Nov 1, 2019
1 parent 510c456 commit 47e64c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
vendor/*/
go-newrelic
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -68,6 +68,10 @@ make
make test
```

### Releasing

When cutting a new release, remember to update the `Version` in [api/client.go](api/client.go) to match the new tag.

## License
[Apache-2.0](LICENSE)

0 comments on commit 47e64c5

Please sign in to comment.