Skip to content

Commit

Permalink
Merge pull request #89 from hhxsv5/master
Browse files Browse the repository at this point in the history
release 1.2.7
  • Loading branch information
hhxsv5 authored Apr 7, 2020
2 parents 0160805 + a01c205 commit ff6d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

var (
// Version is SDK version.
Version = "1.2.6"
Version = "1.2.7"
// DebugMode will record the logs of API and WebSocket to files in the directory "kucoin.LogDirectory" according to the minimum log level "kucoin.LogLevel".
DebugMode = os.Getenv("API_DEBUG_MODE") == "1"
)
Expand Down

0 comments on commit ff6d5ae

Please sign in to comment.