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

Update to version 10.2.1 - fix StaticEmbedded & StaticWeb when served from a subdomain. Read https://github.com/kataras/iris/blob/master/HISTORY.md#th-15-february-2018--v1021

Former-commit-id: 9bc3ed63fadbb4fb38abef06115b5d6d760256f0
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-02-15 13:01:13 +02:00
parent ffc3ec86ae
commit d4993e6a3f
10 changed files with 38 additions and 12 deletions

View File

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