Bump Subsonic API to 1.16.1

This commit is contained in:
Deluan 2020-11-01 17:04:53 -05:00
parent 8e584ee020
commit 71b77cba2b
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.15.0"
const Version = "1.16.1"
type handler = func(http.ResponseWriter, *http.Request) (*responses.Subsonic, error)