Bump Subsonic API compatibility to 1.13

This commit is contained in:
Deluan 2020-10-20 22:54:37 -04:00
parent 049ac70b2b
commit 2f11c2dc8f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"github.com/go-chi/chi/middleware"
)
const Version = "1.12.0"
const Version = "1.13.0"
type Handler = func(http.ResponseWriter, *http.Request) (*responses.Subsonic, error)