Bump Subsonic API to 1.10.2

This commit is contained in:
Deluan 2020-04-17 21:33:05 -04:00 committed by Deluan Quintão
parent 1fd6571a87
commit defdc2ea6b
1 changed files with 1 additions and 1 deletions

View File

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