Skip to content

Commit a3b0c1a

Browse files
author
Baptiste Jamin
committed
v1.9.2
1 parent 1aa025a commit a3b0c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1
1+
1.9.2

mirage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121

2222
const (
23-
libraryVersion = "1.9.1"
23+
libraryVersion = "1.9.2"
2424
defaultRestEndpointURL = "https://api.mirage-ai.com/v1/"
2525
userAgent = "go-mirage-api/" + libraryVersion
2626
acceptContentType = "application/json"

0 commit comments

Comments
 (0)