We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a37f commit 6258555Copy full SHA for 6258555
backend/internal/setting/setting.go
@@ -193,7 +193,7 @@ func Restart() {
193
}
194
195
func GetVersion() (map[string]string, error) {
196
- version := "v1.1.0"
+ version := "v1.1.1"
197
update := "0"
198
newVersionObj, err := http.Get("https://download.allinssl.com/version.json")
199
if err != nil {
0 commit comments