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