Bump Subsonic API to 1.16.1

This commit is contained in:
Deluan 2020-11-01 17:04:53 -05:00 committed by Joe Stump
parent a3713647f8
commit 6db9c24549
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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