Skip to content

Commit

Permalink
fix: upgrade version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed Nov 20, 2019
1 parent 58cd48a commit ed56748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiteconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class KiteConnect {
private $_root = "https://api.kite.trade";
private static $_login = "https://kite.trade/connect/login";
private static $_date_fields = ["order_timestamp", "exchange_timestamp", "created", "last_instalment", "fill_timestamp", "timestamp", "last_trade_time"];
const _version = 3.0;
const _version = "3.2.0";

// API route map.
private $_routes = [
Expand Down

0 comments on commit ed56748

Please sign in to comment.