mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
Update to 8.2.2 | Google reCAPTCHA. Read HISTORY.md
Former-commit-id: dc8ee74fa33b2fbc41659c9097955afb152d5a6f
This commit is contained in:
4
iris.go
4
iris.go
@@ -32,7 +32,7 @@ import (
|
||||
|
||||
const (
|
||||
// Version is the current version number of the Iris Web Framework.
|
||||
Version = "8.2.1"
|
||||
Version = "8.2.2"
|
||||
)
|
||||
|
||||
// HTTP status codes as registered with IANA.
|
||||
@@ -648,7 +648,7 @@ func (app *Application) Run(serve Runner, withOrWithout ...Configurator) error {
|
||||
app.Configure(withOrWithout...)
|
||||
app.logger.Debugf("Application: running using %d host(s)", len(app.Hosts)+1)
|
||||
|
||||
if !app.config.DisableVersionCheck && app.logger.Printer.IsTerminal {
|
||||
if !app.config.DisableVersionChecker && app.logger.Printer.IsTerminal {
|
||||
go CheckVersion()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user