Skip to content

Commit

Permalink
update current version (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Jun 24, 2024
1 parent dc92e93 commit 0db2cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RazorpayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Razorpay.Api
{
public class RazorpayClient
{
const string CurrentVersion = "3.0.2";
const string CurrentVersion = "3.1.3";
protected const string DefaultBaseUrl = "https://api.razorpay.com";
public const string DefaultAuthUrl = "https://auth.razorpay.com";

Expand Down

0 comments on commit 0db2cbf

Please sign in to comment.