api version 1.4.0

This commit is contained in:
Patrick Nagurny
2020-01-14 14:22:15 -05:00
parent 0a91b19b5c
commit 83f3cfc983
11 changed files with 69 additions and 69 deletions

View File

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