api version 1.3.0

This commit is contained in:
Patrick Nagurny
2019-06-27 16:54:24 -04:00
parent a67f270b6d
commit 553e639519
11 changed files with 71 additions and 68 deletions

View File

@@ -14,7 +14,7 @@ import (
"sync"
)
const version = "1.2.0"
const version = "1.3.0"
//var upgrader = websocket.Upgrader{} // use default options
var txSubscriptions = make(map[string][]*websocket.Conn)