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

iris run : Print the banner on every reload

This commit is contained in:
Makis Maropoulos
2016-06-25 07:38:47 +03:00
parent e4038efb96
commit 1b3803e5c2
3 changed files with 5 additions and 17 deletions

View File

@@ -14,6 +14,7 @@ import (
)
const (
// Version of Iris command line tool
Version = "0.0.8"
)