Skip to content

Commit

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

Expand Down

0 comments on commit 2f11c2d

Please sign in to comment.