From 51c064ba4075cf97a2dcaa7393911ec8380f45c3 Mon Sep 17 00:00:00 2001 From: Mohammad Abbasi Date: Fri, 31 Dec 2021 19:06:16 +0330 Subject: [PATCH] update version --- gopayment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopayment.go b/gopayment.go index a61b02f..4160962 100644 --- a/gopayment.go +++ b/gopayment.go @@ -8,7 +8,7 @@ import ( ) // Version is the version of gopayment -const Version = "v1.4.1" +const Version = "v1.4.2" // Payment is the payment main struct of gopayment type Payment struct {