Skip to content

Commit

Permalink
Bump Subsonic API to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 18, 2020
1 parent 1fd6571 commit defdc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/subsonic/api.go
Expand Up @@ -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)

Expand Down

0 comments on commit defdc2e

Please sign in to comment.