We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0ddbf commit 88e4913Copy full SHA for 88e4913
1 file changed
config/config.go
@@ -5,7 +5,7 @@ import (
5
"os"
6
)
7
8
-var Version = "4.5.7"
+var Version = "4.5.8"
9
var Env = os.Getenv("ENV")
10
var Port = os.Getenv("PORT")
11
var Prefix = os.Getenv("PREFIX")
0 commit comments