Skip to content

Commit ed56748

Browse files
committed
fix: upgrade version to 3.2.0
1 parent 58cd48a commit ed56748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kiteconnect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class KiteConnect {
103103
private $_root = "https://api.kite.trade";
104104
private static $_login = "https://kite.trade/connect/login";
105105
private static $_date_fields = ["order_timestamp", "exchange_timestamp", "created", "last_instalment", "fill_timestamp", "timestamp", "last_trade_time"];
106-
const _version = 3.0;
106+
const _version = "3.2.0";
107107

108108
// API route map.
109109
private $_routes = [

0 commit comments

Comments
 (0)