Skip to content

Commit

Permalink
Update lib version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed May 14, 2024
1 parent ebcefbe commit f3d3dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Library version to include in user agent
var libraryVersion = "1.4.0"
var libraryVersion = "1.4.1"

// Client helps you configure and perform HTTP operations against Omise's REST API. It
// should be used with operation structures from the operations subpackage.
Expand Down

0 comments on commit f3d3dfd

Please sign in to comment.