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