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