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