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