Skip to content

Commit

Permalink
v3.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 24, 2024
1 parent 4e68b3f commit 4e59c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Crisp API Golang wrapper. Authenticate, send messages, fetch conversations,

Copyright 2023 Crisp IM SAS. See LICENSE for copying information.

* **📝 Implements**: [REST API Reference (V1)](https://docs.crisp.chat/references/rest-api/v1/) at revision: 10/09/2024
* **📝 Implements**: [REST API Reference (V1)](https://docs.crisp.chat/references/rest-api/v1/) at revision: 24/09/2024
* **😘 Maintainer**: [@valeriansaliou](https://github.com/valeriansaliou)

## Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.50.0
3.51.0
2 changes: 1 addition & 1 deletion crisp/crisp.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (


const (
libraryVersion = "3.50.0"
libraryVersion = "3.51.0"
defaultRestEndpointURL = "https://api.crisp.chat/v1/"
userAgent = "go-crisp-api/" + libraryVersion
acceptContentType = "application/json"
Expand Down

0 comments on commit 4e59c8f

Please sign in to comment.