We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b732c4a commit 5c2670dCopy full SHA for 5c2670d
internal/config/config.go
@@ -11,7 +11,7 @@ import (
11
12
var (
13
Config *Configuration
14
- Version = "v0.3.2"
+ Version = "v0.4.0"
15
URL = URLProd
16
URLProd = "https://anssl.cn/deploy"
17
URLLocal = "http://localhost:9000/deploy"
0 commit comments