1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-01-04 19:50:54 +02:00
parent 058d70e533
commit 3b0a8e0f2d
5 changed files with 68 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ const (
// IsLongTermSupport flag is true when the below version number is a long-term-support version
IsLongTermSupport = false
// Version is the current version number of the Iris web framework
Version = "6.0.1"
Version = "6.0.2"
banner = ` _____ _
|_ _| (_)
@@ -416,7 +416,6 @@ func (s *Framework) Build() {
// set the mux' hostname (for multi subdomain routing)
s.mux.hostname = ParseHostname(s.Config.VHost)
if s.ln != nil { // user called Listen functions or Serve,
// create the main server
s.srv = &http.Server{