Skip to content

Commit 3733f7f

Browse files
v1.10.1
1 parent 63da0b6 commit 3733f7f

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.10.0
1+
1.10.1

mirage.go

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

2121

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

0 commit comments

Comments
 (0)