From a60d7976f5029213dabac6ad2f991d600b414d16 Mon Sep 17 00:00:00 2001
From: Julien Neuhart
Date: Tue, 10 Dec 2019 15:58:21 +0100
Subject: [PATCH] fixing typo in go client version
---
build/docs/content/07-office.md | 2 +-
docs/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/docs/content/07-office.md b/build/docs/content/07-office.md
index a024b236..1dbae793 100644
--- a/build/docs/content/07-office.md
+++ b/build/docs/content/07-office.md
@@ -139,7 +139,7 @@ $ curl --request POST \
### Go
```golang
-import "github.com/thecodingmachine/gotenberg-go-client/v6"
+import "github.com/thecodingmachine/gotenberg-go-client/v7"
c := &gotenberg.Client{Hostname: "http://localhost:3000"}
doc, _ := gotenberg.NewDocumentFromPath("document.docx", "/path/to/file")
diff --git a/docs/index.html b/docs/index.html
index 6769a751..4853baa6 100755
--- a/docs/index.html
+++ b/docs/index.html
@@ -1265,7 +1265,7 @@ applied for each document.
Go
-import "github.com/thecodingmachine/gotenberg-go-client/v6"
+import "github.com/thecodingmachine/gotenberg-go-client/v7"
c := &gotenberg.Client{Hostname: "http://localhost:3000"}
doc, _ := gotenberg.NewDocumentFromPath("document.docx", "/path/to/file")