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

Wildcard subdomain full support | v3.0.0-beta.2

Update to v3.0.0-beta.2.
Wildcard subdomain e-book section:
https://kataras.gitbooks.io/iris/content/subdomains.html
This commit is contained in:
Makis Maropoulos
2016-06-04 16:20:32 +03:00
parent b4612dcfe0
commit 1a433e34d5
9 changed files with 93 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
// Package iris v3.0.0-beta.1
// Package iris v3.0.0-beta.2
//
// Note: When 'Station', we mean the Iris type.
package iris
@@ -31,7 +31,7 @@ import (
const (
// Version of the iris
Version = "v3.0.0-beta.1"
Version = "v3.0.0-beta.2"
banner = ` _____ _
|_ _| (_)
| | ____ _ ___