1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00

Update to version 10.6.3. Read HISTORY.md. It contains a very important fix for the websocket servers caused some time ago by an external contributor

Former-commit-id: 1626ff0660801a28a5034ecd2788e87561c55f41
This commit is contained in:
Gerasimos Maropoulos
2018-05-02 17:57:01 +03:00
parent 0db2afea93
commit 0087bc218d
10 changed files with 22 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import (
const (
// Version is the string representation of the current local Iris Web Framework version.
Version = "10.6.2"
Version = "10.6.3"
)
// CheckForUpdates checks for any available updates