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